#8098CB

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

Shades of Polo Blue #8098CB

Tints of Polo Blue #8098CB

Color information

#8098CB (or 0x8098CB) is unknown color: approx Polo Blue. HEX triplet: 80, 98 and CB. RGB value is (128,152,203). Sum of RGB (Red+Green+Blue) = 128+152+203=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #8098CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CB is #7F6734. Grayscale: #969696. Windows color (decimal): -8349493 or 13342848. OLE color: 13342848.

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

Color convert

RGB128152203-
CMYK0.370.2500.20
HSL220.8º41.9%64.9%-
HSV(B)220.8º36.95%79.61%-
XYZ30.9131.3660.92-
YUV150.64157.55111.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=26.50%
G=31.47%
B=42.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281522030.370.2500.20220.841.964.9
Hex8098CB2519014dd2a41
Octal200230313453102433552101
Binary10000000100110001100101110010111001010100110111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8098CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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