#839CCA

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

Shades of Polo Blue #839CCA

Tints of Polo Blue #839CCA

Color information

#839CCA (or 0x839CCA) is unknown color: approx Polo Blue. HEX triplet: 83, 9C and CA. RGB value is (131,156,202). Sum of RGB (Red+Green+Blue) = 131+156+202=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #839CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCA is #7C6335. Grayscale: #999999. Windows color (decimal): -8151862 or 13278339. OLE color: 13278339.

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

Color convert

RGB131156202-
CMYK0.350.2300.21
HSL218.87º40.11%65.29%-
HSV(B)218.87º35.15%79.22%-
XYZ31.9132.8760.54-
YUV153.77155.22111.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=26.79%
G=31.90%
B=41.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311562020.350.2300.21218.8740.1165.29
Hex839CCA2317015db2841
Octal203234312432702533350101
Binary10000011100111001100101010001110111010101110110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839CCA; }

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

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

<style>
 a { background-color: #839CCA; }

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

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

<style>
 span { border-color: #839CCA; }

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

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