#8199C8

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

Shades of Polo Blue #8199C8

Tints of Polo Blue #8199C8

Color information

#8199C8 (or 0x8199C8) is unknown color: approx Polo Blue. HEX triplet: 81, 99 and C8. RGB value is (129,153,200). Sum of RGB (Red+Green+Blue) = 129+153+200=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #8199C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199C8 is #7E6637. Grayscale: #969696. Windows color (decimal): -8283704 or 13146497. OLE color: 13146497.

HSL color Cylindrical-coordinate representation of color #8199C8: hue angle of 219.72º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8199C8 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129153200-
CMYK0.360.2400.22
HSL219.72º39.23%64.51%-
HSV(B)219.72º35.5%78.43%-
XYZ30.8731.6259.12-
YUV151.18155.55112.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=26.76%
G=31.74%
B=41.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291532000.360.2400.22219.7239.2364.51
Hex8199C82418016dc2741
Octal201231310443002633447101
Binary10000001100110011100100010010011000010110110111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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