#7D9EDC

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

Shades of Jordy Blue #7D9EDC

Tints of Jordy Blue #7D9EDC

Color information

#7D9EDC (or 0x7D9EDC) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9E and DC. RGB value is (125,158,220). Sum of RGB (Red+Green+Blue) = 125+158+220=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9EDC is #826123. Grayscale: #9A9A9A. Windows color (decimal): -8544548 or 14458493. OLE color: 14458493.

HSL color Cylindrical-coordinate representation of color #7D9EDC: hue angle of 219.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9EDC is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125158220-
CMYK0.430.2800.14
HSL219.16º57.58%67.65%-
HSV(B)219.16º43.18%86.27%-
XYZ33.633.9872.5-
YUV155.2164.57106.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=24.85%
G=31.41%
B=43.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251582200.430.2800.14219.1657.5867.65
Hex7D9EDC2B1C0Edb3a44
Octal175236334533401633372104
Binary111110110011110110111001010111110001110110110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,220); }

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

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

 a { background-color: rgb(125,158,220); }

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

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

 span { border-color: rgb(125,158,220); }

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