Html Css Color HEX #7D9DCD Polo Blue

📋 copy color: '#7D9DCD'

red 125 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #7D9DCD

Tints of Polo Blue #7D9DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 25.67%
G = 32.24%
B = 42.09%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D9DCD (or 0x7D9DCD) is known color: Polo Blue. HEX triplet: 7D, 9D and CD. RGB value is (125,157,205). Sum of RGB (Red+Green+Blue) = 125+157+205=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DCD is #826232. Grayscale: #989898. Windows color (decimal): -8544819 or 13475197. OLE color: 13475197.

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

Color convert

RGB 125 157 205 -
CMYK 0.39 0.23 0 0.20
HSL 216º 0.44% 0.65% -
HSV(B) 216º 0.39% 0.8% -
XYZ 31.53 32.88 62.44 -
YUV 152.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 125 157 205 0.39 0.23 0 0.20 216 0.44 0.65
Hex 7D 9D CD 27 17 0 14 D8 2C 41
Octal 175 235 315 47 27 0 24 330 54 101
Binary 1111101 10011101 11001101 100111 10111 0 10100 11011000 101100 1000001

Color Harmonies of #7D9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DCD

Black with #7D9DCD

Text Example


Text Example

White with #7D9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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