#8199CA

Color #8199CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8199CA

Tints of Polo Blue #8199CA

Color information

#8199CA (or 0x8199CA) is unknown color: approx Polo Blue. HEX triplet: 81, 99 and CA. RGB value is (129,153,202). Sum of RGB (Red+Green+Blue) = 129+153+202=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8199CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199CA is #7E6635. Grayscale: #979797. Windows color (decimal): -8283702 or 13277569. OLE color: 13277569.

HSL color Cylindrical-coordinate representation of color #8199CA: hue angle of 220.27º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8199CA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129153202-
CMYK0.360.2400.21
HSL220.27º40.78%64.9%-
HSV(B)220.27º36.14%79.22%-
XYZ31.1131.7160.36-
YUV151.41156.55112.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=26.65%
G=31.61%
B=41.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291532020.360.2400.21220.2740.7864.9
Hex8199CA2418015dc2941
Octal201231312443002533451101
Binary10000001100110011100101010010011000010101110111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8199CA; }

 p { color: rgb(129,153,202); }

 H1.HeaderClassName
 {
   color: #8199CA;
 }
 .AnyTagClassName
 {
   color: #8199CA;
 }
</style>
background-color css

<style>
 a { background-color: #8199CA; }

 a { background-color: rgb(129,153,202); }

 div.DivClassName
 {
   background-color: #8199CA;
 }
 .BgClassName
 {
   background-color: #8199CA;
 }
</style>
border-color css

<style>
 span { border-color: #8199CA; }

 span { border-color: rgb(129,153,202); }

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