#7D9DD6

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

Shades of Jordy Blue #7D9DD6

Tints of Jordy Blue #7D9DD6

Color information

#7D9DD6 (or 0x7D9DD6) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9D and D6. RGB value is (125,157,214). Sum of RGB (Red+Green+Blue) = 125+157+214=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D9DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DD6 is #826229. Grayscale: #999999. Windows color (decimal): -8544810 or 14065021. OLE color: 14065021.

HSL color Cylindrical-coordinate representation of color #7D9DD6: hue angle of 218.43º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D9DD6 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125157214-
CMYK0.420.2700.16
HSL218.43º52.05%66.47%-
HSV(B)218.43º41.59%83.92%-
XYZ32.6533.3368.33-
YUV153.93161.9107.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=25.20%
G=31.65%
B=43.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251572140.420.2700.16218.4352.0566.47
Hex7D9DD62A1B010da3442
Octal175235326523302033264102
Binary1111101100111011101011010101011011010000110110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,214); }

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

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

 a { background-color: rgb(125,157,214); }

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

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

 span { border-color: rgb(125,157,214); }

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