#8299CA

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

Shades of Polo Blue #8299CA

Tints of Polo Blue #8299CA

Color information

#8299CA (or 0x8299CA) is unknown color: approx Polo Blue. HEX triplet: 82, 99 and CA. RGB value is (130,153,202). Sum of RGB (Red+Green+Blue) = 130+153+202=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8299CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299CA is #7D6635. Grayscale: #979797. Windows color (decimal): -8218166 or 13277570. OLE color: 13277570.

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

Color convert

RGB130153202-
CMYK0.360.2400.21
HSL220.83º40.45%65.1%-
HSV(B)220.83º35.64%79.22%-
XYZ31.2631.7960.37-
YUV151.71156.38112.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=26.80%
G=31.55%
B=41.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301532020.360.2400.21220.8340.4565.1
Hex8299CA2418015dd2841
Octal202231312443002533550101
Binary10000010100110011100101010010011000010101110111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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