#839CCC

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

Shades of Polo Blue #839CCC

Tints of Polo Blue #839CCC

Color information

#839CCC (or 0x839CCC) is unknown color: approx Polo Blue. HEX triplet: 83, 9C and CC. RGB value is (131,156,204). Sum of RGB (Red+Green+Blue) = 131+156+204=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #839CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCC is #7C6333. Grayscale: #999999. Windows color (decimal): -8151860 or 13409411. OLE color: 13409411.

HSL color Cylindrical-coordinate representation of color #839CCC: hue angle of 219.45º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839CCC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131156204-
CMYK0.360.2400.2
HSL219.45º41.71%65.69%-
HSV(B)219.45º35.78%80%-
XYZ32.1532.9661.79-
YUV154156.22111.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=26.68%
G=31.77%
B=41.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311562040.360.2400.2219.4541.7165.69
Hex839CCC2418014db2a42
Octal203234314443002433352102
Binary10000011100111001100110010010011000010100110110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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