#8098CA

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

Shades of Polo Blue #8098CA

Tints of Polo Blue #8098CA

Color information

#8098CA (or 0x8098CA) is unknown color: approx Polo Blue. HEX triplet: 80, 98 and CA. RGB value is (128,152,202). Sum of RGB (Red+Green+Blue) = 128+152+202=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8098CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CA is #7F6735. Grayscale: #969696. Windows color (decimal): -8349494 or 13277312. OLE color: 13277312.

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

Color convert

RGB128152202-
CMYK0.370.2500.21
HSL220.54º41.11%64.71%-
HSV(B)220.54º36.63%79.22%-
XYZ30.7931.3160.3-
YUV150.52157.05111.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=26.56%
G=31.54%
B=41.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281522020.370.2500.21220.5441.1164.71
Hex8098CA2519015dd2941
Octal200230312453102533551101
Binary10000000100110001100101010010111001010101110111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8098CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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