#7D9CEC

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

Shades of Jordy Blue #7D9CEC

Tints of Jordy Blue #7D9CEC

Color information

#7D9CEC (or 0x7D9CEC) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9C and EC. RGB value is (125,156,236). Sum of RGB (Red+Green+Blue) = 125+156+236=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9CEC is #826313. Grayscale: #9B9B9B. Windows color (decimal): -8545044 or 15506557. OLE color: 15506557.

HSL color Cylindrical-coordinate representation of color #7D9CEC: hue angle of 223.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9CEC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125156236-
CMYK0.470.3400.07
HSL223.24º74.5%70.78%-
HSV(B)223.24º47.03%92.55%-
XYZ35.4934.1984.09-
YUV155.85173.23106-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=24.18%
G=30.17%
B=45.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251562360.470.3400.07223.2474.570.78
Hex7D9CEC2F2207df4a47
Octal175234354574207337112107
Binary1111101100111001110110010111110001001111101111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,156,236); }

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

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

 a { background-color: rgb(125,156,236); }

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

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

 span { border-color: rgb(125,156,236); }

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