Html Css Color HEX #7D9FCE Polo Blue

📋 copy color: '#7D9FCE'

red 125 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #7D9FCE

Tints of Polo Blue #7D9FCE

RGB

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

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

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

R = 25.51%
G = 32.45%
B = 42.04%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D9FCE (or 0x7D9FCE) is known color: Polo Blue. HEX triplet: 7D, 9F and CE. RGB value is (125,159,206). Sum of RGB (Red+Green+Blue) = 125+159+206=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FCE is #826031. Grayscale: #999999. Windows color (decimal): -8544306 or 13541245. OLE color: 13541245.

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

Color convert

RGB 125 159 206 -
CMYK 0.39 0.23 0 0.19
HSL 214.81º 0.45% 0.65% -
HSV(B) 214.81º 0.39% 0.81% -
XYZ 32 33.61 63.19 -
YUV 154.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 125 159 206 0.39 0.23 0 0.19 214.81 0.45 0.65
Hex 7D 9F CE 27 17 0 13 D7 2D 41
Octal 175 237 316 47 27 0 23 327 55 101
Binary 1111101 10011111 11001110 100111 10111 0 10011 11010111 101101 1000001

Color Harmonies of #7D9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FCE

Black with #7D9FCE

Text Example


Text Example

White with #7D9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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