Html Css Color HEX #7D9CEC Jordy Blue

📋 copy color: '#7D9CEC'

red 125 ◦ green 156 ◦ blue 236

#7D9CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7D9CEC

Tints of Jordy Blue #7D9CEC

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 value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D9CEC (or 0x7D9CEC) is known color: 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

RGB 125 156 236 -
CMYK 0.47 0.34 0 0.07
HSL 223.24º 0.74% 0.71% -
HSV(B) 223.24º 0.47% 0.93% -
XYZ 35.49 34.19 84.09 -
YUV 155.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 125 156 236 0.47 0.34 0 0.07 223.24 0.74 0.71
Hex 7D 9C EC 2F 22 0 7 DF 4A 47
Octal 175 234 354 57 42 0 7 337 112 107
Binary 1111101 10011100 11101100 101111 100010 0 111 11011111 1001010 1000111

Color Harmonies of #7D9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9CEC

Black with #7D9CEC

Text Example


Text Example

White with #7D9CEC

Text Example


Text Example

HTML Codes & Css Web 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>