#7A9BDB

Color #7A9BDB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7A9BDB

Tints of Jordy Blue #7A9BDB

Color information

#7A9BDB (or 0x7A9BDB) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9B and DB. RGB value is (122,155,219). Sum of RGB (Red+Green+Blue) = 122+155+219=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BDB is #856424. Grayscale: #989898. Windows color (decimal): -8741925 or 14392186. OLE color: 14392186.

HSL color Cylindrical-coordinate representation of color #7A9BDB: hue angle of 219.59º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A9BDB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122155219-
CMYK0.440.2900.14
HSL219.59º57.4%66.86%-
HSV(B)219.59º44.29%85.88%-
XYZ32.5332.6971.61-
YUV152.43165.57106.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=24.60%
G=31.25%
B=44.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221552190.440.2900.14219.5957.466.86
Hex7A9BDB2C1D0Edc3943
Octal172233333543501633471103
Binary111101010011011110110111011001110101110110111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9BDB; }

 p { color: rgb(122,155,219); }

 H1.HeaderClassName
 {
   color: #7A9BDB;
 }
 .AnyTagClassName
 {
   color: #7A9BDB;
 }
</style>
background-color css

<style>
 a { background-color: #7A9BDB; }

 a { background-color: rgb(122,155,219); }

 div.DivClassName
 {
   background-color: #7A9BDB;
 }
 .BgClassName
 {
   background-color: #7A9BDB;
 }
</style>
border-color css

<style>
 span { border-color: #7A9BDB; }

 span { border-color: rgb(122,155,219); }

 td.TdClassName
 {
   border-color: #7A9BDB;
 }
 .TagClassName
 {
   border-color: #7A9BDB;
 }
</style>