#839DCC

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

Shades of Polo Blue #839DCC

Tints of Polo Blue #839DCC

Color information

#839DCC (or 0x839DCC) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and CC. RGB value is (131,157,204). Sum of RGB (Red+Green+Blue) = 131+157+204=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #839DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCC is #7C6233. Grayscale: #9A9A9A. Windows color (decimal): -8151604 or 13409667. OLE color: 13409667.

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

Color convert

RGB131157204-
CMYK0.360.2300.2
HSL218.63º41.71%65.69%-
HSV(B)218.63º35.78%80%-
XYZ32.3233.361.85-
YUV154.58155.89111.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=26.63%
G=31.91%
B=41.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311572040.360.2300.2218.6341.7165.69
Hex839DCC2417014db2a42
Octal203235314442702433352102
Binary10000011100111011100110010010010111010100110110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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