Html Css Color HEX #7D9DCE Polo Blue

📋 copy color: '#7D9DCE'

red 125 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #7D9DCE

Tints of Polo Blue #7D9DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

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

R = 25.61%
G = 32.17%
B = 42.21%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D9DCE (or 0x7D9DCE) is known color: Polo Blue. HEX triplet: 7D, 9D and CE. RGB value is (125,157,206). Sum of RGB (Red+Green+Blue) = 125+157+206=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DCE is #826231. Grayscale: #989898. Windows color (decimal): -8544818 or 13540733. OLE color: 13540733.

HSL color Cylindrical-coordinate representation of color #7D9DCE: hue angle of 216.3º 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 #7D9DCE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 157 206 -
CMYK 0.39 0.24 0 0.19
HSL 216.3º 0.45% 0.65% -
HSV(B) 216.3º 0.39% 0.81% -
XYZ 31.66 32.93 63.08 -
YUV 153.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 125 157 206 0.39 0.24 0 0.19 216.3 0.45 0.65
Hex 7D 9D CE 27 18 0 13 D8 2D 41
Octal 175 235 316 47 30 0 23 330 55 101
Binary 1111101 10011101 11001110 100111 11000 0 10011 11011000 101101 1000001

Color Harmonies of #7D9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DCE

Black with #7D9DCE

Text Example


Text Example

White with #7D9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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