#7a9fde

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

Shades of Jordy Blue #7A9FDE

Tints of Jordy Blue #7A9FDE

Color information

#7A9FDE (or 0x7A9FDE) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9F and DE. RGB value is (122,159,222). Sum of RGB (Red+Green+Blue) = 122+159+222=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDE is #856021. Grayscale: #9A9A9A. Windows color (decimal): -8740898 or 14589818. OLE color: 14589818.

HSL color Cylindrical-coordinate representation of color #7A9FDE: hue angle of 217.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9FDE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122159222-
CMYK0.450.2800.13
HSL217.8º60.24%67.45%-
HSV(B)217.8º45.05%87.06%-
XYZ33.6134.2173.94-
YUV155.12165.74104.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=24.25%
G=31.61%
B=44.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221592220.450.2800.13217.860.2467.45
Hex7A9FDE2D1C0Dda3c43
Octal172237336553401533274103
Binary111101010011111110111101011011110001101110110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,159,222); }

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

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

 a { background-color: rgb(122,159,222); }

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

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

 span { border-color: rgb(122,159,222); }

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