#8199C1

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

Shades of Polo Blue #8199C1

Tints of Polo Blue #8199C1

Color information

#8199C1 (or 0x8199C1) is unknown color: approx Polo Blue. HEX triplet: 81, 99 and C1. RGB value is (129,153,193). Sum of RGB (Red+Green+Blue) = 129+153+193=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #8199C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199C1 is #7E663E. Grayscale: #969696. Windows color (decimal): -8283711 or 12687745. OLE color: 12687745.

HSL color Cylindrical-coordinate representation of color #8199C1: hue angle of 217.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8199C1 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129153193-
CMYK0.330.2100.24
HSL217.5º34.04%63.14%-
HSV(B)217.5º33.16%75.69%-
XYZ30.0731.354.91-
YUV150.38152.05112.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=27.16%
G=32.21%
B=40.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291531930.330.2100.24217.534.0463.14
Hex8199C12115018da223f
Octal20123130141250303324277
Binary1000000110011001110000011000011010101100011011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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