Html Css Color HEX #7D9CCC Polo Blue

📋 copy color: '#7D9CCC'

red 125 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #7D9CCC

Tints of Polo Blue #7D9CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 25.77%
G = 32.16%
B = 42.06%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D9CCC (or 0x7D9CCC) is known color: Polo Blue. HEX triplet: 7D, 9C and CC. RGB value is (125,156,204). Sum of RGB (Red+Green+Blue) = 125+156+204=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CCC is #826333. Grayscale: #979797. Windows color (decimal): -8545076 or 13409405. OLE color: 13409405.

HSL color Cylindrical-coordinate representation of color #7D9CCC: hue angle of 216.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9CCC is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 156 204 -
CMYK 0.39 0.24 0 0.2
HSL 216.46º 0.44% 0.65% -
HSV(B) 216.46º 0.39% 0.8% -
XYZ 31.25 32.5 61.75 -
YUV 152.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 125 156 204 0.39 0.24 0 0.2 216.46 0.44 0.65
Hex 7D 9C CC 27 18 0 14 D8 2C 41
Octal 175 234 314 47 30 0 24 330 54 101
Binary 1111101 10011100 11001100 100111 11000 0 10100 11011000 101100 1000001

Color Harmonies of #7D9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9CCC

Black with #7D9CCC

Text Example


Text Example

White with #7D9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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