Html Css Color HEX #7D9CCE Polo Blue

📋 copy color: '#7D9CCE'

red 125 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #7D9CCE

Tints of Polo Blue #7D9CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 25.67%
G = 32.03%
B = 42.3%

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

#7D9CCE (or 0x7D9CCE) is known color: Polo Blue. HEX triplet: 7D, 9C and CE. RGB value is (125,156,206). Sum of RGB (Red+Green+Blue) = 125+156+206=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CCE is #826331. Grayscale: #989898. Windows color (decimal): -8545074 or 13540477. OLE color: 13540477.

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

Color convert

RGB 125 156 206 -
CMYK 0.39 0.24 0 0.19
HSL 217.04º 0.45% 0.65% -
HSV(B) 217.04º 0.39% 0.81% -
XYZ 31.49 32.59 63.02 -
YUV 152.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 125 156 206 0.39 0.24 0 0.19 217.04 0.45 0.65
Hex 7D 9C CE 27 18 0 13 D9 2D 41
Octal 175 234 316 47 30 0 23 331 55 101
Binary 1111101 10011100 11001110 100111 11000 0 10011 11011001 101101 1000001

Color Harmonies of #7D9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9CCE

Black with #7D9CCE

Text Example


Text Example

White with #7D9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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