#8198CA

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

Shades of Polo Blue #8198CA

Tints of Polo Blue #8198CA

Color information

#8198CA (or 0x8198CA) is unknown color: approx Polo Blue. HEX triplet: 81, 98 and CA. RGB value is (129,152,202). Sum of RGB (Red+Green+Blue) = 129+152+202=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8198CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CA is #7E6735. Grayscale: #969696. Windows color (decimal): -8283958 or 13277313. OLE color: 13277313.

HSL color Cylindrical-coordinate representation of color #8198CA: hue angle of 221.1º 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 #8198CA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129152202-
CMYK0.360.2500.21
HSL221.1º40.78%64.9%-
HSV(B)221.1º36.14%79.22%-
XYZ30.9431.3960.3-
YUV150.82156.88112.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=26.71%
G=31.47%
B=41.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291522020.360.2500.21221.140.7864.9
Hex8198CA2419015dd2941
Octal201230312443102533551101
Binary10000001100110001100101010010011001010101110111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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