Html Css Color HEX #7D9ECE Polo Blue

📋 copy color: '#7D9ECE'

red 125 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #7D9ECE

Tints of Polo Blue #7D9ECE

RGB

 RED value IS 125 (49.22% from 255) = 25.56%

 GREEN value IS 158 (62.11% from 255) = 32.31%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 25.56%
G = 32.31%
B = 42.13%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D9ECE (or 0x7D9ECE) is known color: Polo Blue. HEX triplet: 7D, 9E and CE. RGB value is (125,158,206). Sum of RGB (Red+Green+Blue) = 125+158+206=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ECE is #826131. Grayscale: #999999. Windows color (decimal): -8544562 or 13540989. OLE color: 13540989.

HSL color Cylindrical-coordinate representation of color #7D9ECE: hue angle of 215.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9ECE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 158 206 -
CMYK 0.39 0.23 0 0.19
HSL 215.56º 0.45% 0.65% -
HSV(B) 215.56º 0.39% 0.81% -
XYZ 31.82 33.27 63.14 -
YUV 153.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 125 158 206 0.39 0.23 0 0.19 215.56 0.45 0.65
Hex 7D 9E CE 27 17 0 13 D8 2D 41
Octal 175 236 316 47 27 0 23 330 55 101
Binary 1111101 10011110 11001110 100111 10111 0 10011 11011000 101101 1000001

Color Harmonies of #7D9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9ECE

Black with #7D9ECE

Text Example


Text Example

White with #7D9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D9ECE;
 }
 .AnyTagClassName
 {
   color: #7D9ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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