#83A7CA

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

Shades of Polo Blue #83A7CA

Tints of Polo Blue #83A7CA

Color information

#83A7CA (or 0x83A7CA) is unknown color: approx Polo Blue. HEX triplet: 83, A7 and CA. RGB value is (131,167,202). Sum of RGB (Red+Green+Blue) = 131+167+202=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #83A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7CA is #7C5835. Grayscale: #A0A0A0. Windows color (decimal): -8149046 or 13281155. OLE color: 13281155.

HSL color Cylindrical-coordinate representation of color #83A7CA: hue angle of 209.58º 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 #83A7CA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131167202-
CMYK0.350.1700.21
HSL209.58º40.11%65.29%-
HSV(B)209.58º35.15%79.22%-
XYZ33.8436.7361.18-
YUV160.23151.57107.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=26.2%
G=33.4%
B=40.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311672020.350.1700.21209.5840.1165.29
Hex83A7CA2311015d22841
Octal203247312432102532250101
Binary10000011101001111100101010001110001010101110100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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