#83A6CA

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

Shades of Polo Blue #83A6CA

Tints of Polo Blue #83A6CA

Color information

#83A6CA (or 0x83A6CA) is unknown color: approx Polo Blue. HEX triplet: 83, A6 and CA. RGB value is (131,166,202). Sum of RGB (Red+Green+Blue) = 131+166+202=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #83A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A6CA is #7C5935. Grayscale: #9F9F9F. Windows color (decimal): -8149302 or 13280899. OLE color: 13280899.

HSL color Cylindrical-coordinate representation of color #83A6CA: hue angle of 210.42º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A6CA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131166202-
CMYK0.350.1800.21
HSL210.42º40.11%65.29%-
HSV(B)210.42º35.15%79.22%-
XYZ33.6636.3661.12-
YUV159.64151.9107.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=26.25%
G=33.27%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311662020.350.1800.21210.4240.1165.29
Hex83A6CA2312015d22841
Octal203246312432202532250101
Binary10000011101001101100101010001110010010101110100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A6CA; }

 p { color: rgb(131,166,202); }

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

<style>
 a { background-color: #83A6CA; }

 a { background-color: rgb(131,166,202); }

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

<style>
 span { border-color: #83A6CA; }

 span { border-color: rgb(131,166,202); }

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