Html Css Color HEX #7D9FCD Polo Blue

📋 copy color: '#7D9FCD'

red 125 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #7D9FCD

Tints of Polo Blue #7D9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

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

R = 25.56%
G = 32.52%
B = 41.92%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D9FCD (or 0x7D9FCD) is known color: Polo Blue. HEX triplet: 7D, 9F and CD. RGB value is (125,159,205). Sum of RGB (Red+Green+Blue) = 125+159+205=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FCD is #826032. Grayscale: #999999. Windows color (decimal): -8544307 or 13475709. OLE color: 13475709.

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

Color convert

RGB 125 159 205 -
CMYK 0.39 0.22 0 0.20
HSL 214.5º 0.44% 0.65% -
HSV(B) 214.5º 0.39% 0.8% -
XYZ 31.88 33.56 62.56 -
YUV 154.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 125 159 205 0.39 0.22 0 0.20 214.5 0.44 0.65
Hex 7D 9F CD 27 16 0 14 D6 2C 41
Octal 175 237 315 47 26 0 24 326 54 101
Binary 1111101 10011111 11001101 100111 10110 0 10100 11010110 101100 1000001

Color Harmonies of #7D9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FCD

Black with #7D9FCD

Text Example


Text Example

White with #7D9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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