#8099CA

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

Shades of Polo Blue #8099CA

Tints of Polo Blue #8099CA

Color information

#8099CA (or 0x8099CA) is unknown color: approx Polo Blue. HEX triplet: 80, 99 and CA. RGB value is (128,153,202). Sum of RGB (Red+Green+Blue) = 128+153+202=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 153 (60.16% from 255 or 31.68% 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 #8099CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099CA is #7F6635. Grayscale: #969696. Windows color (decimal): -8349238 or 13277568. OLE color: 13277568.

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

Color convert

RGB128153202-
CMYK0.370.2400.21
HSL219.73º41.11%64.71%-
HSV(B)219.73º36.63%79.22%-
XYZ30.9531.6460.35-
YUV151.11156.72111.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=26.50%
G=31.68%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281532020.370.2400.21219.7341.1164.71
Hex8099CA2518015dc2941
Octal200231312453002533451101
Binary10000000100110011100101010010111000010101110111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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