#7A9CD4

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

Shades of Jordy Blue #7A9CD4

Tints of Jordy Blue #7A9CD4

Color information

#7A9CD4 (or 0x7A9CD4) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9C and D4. RGB value is (122,156,212). Sum of RGB (Red+Green+Blue) = 122+156+212=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #7A9CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CD4 is #85632B. Grayscale: #979797. Windows color (decimal): -8741676 or 13933690. OLE color: 13933690.

HSL color Cylindrical-coordinate representation of color #7A9CD4: hue angle of 217.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A9CD4 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB122156212-
CMYK0.420.2600.17
HSL217.33º51.14%65.49%-
HSV(B)217.33º42.45%83.14%-
XYZ31.832.6766.92-
YUV152.22161.74106.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 212 (83.20% from 255) = 43.27%
R=24.90%
G=31.84%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1221562120.420.2600.17217.3351.1465.49
Hex7A9CD42A1A011d93341
Octal172234324523202133163101
Binary1111010100111001101010010101011010010001110110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,212); }

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

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

 a { background-color: rgb(122,156,212); }

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

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

 span { border-color: rgb(122,156,212); }

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