#839BCC

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

Shades of Polo Blue #839BCC

Tints of Polo Blue #839BCC

Color information

#839BCC (or 0x839BCC) is unknown color: approx Polo Blue. HEX triplet: 83, 9B and CC. RGB value is (131,155,204). Sum of RGB (Red+Green+Blue) = 131+155+204=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #839BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BCC is #7C6433. Grayscale: #999999. Windows color (decimal): -8152116 or 13409155. OLE color: 13409155.

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

Color convert

RGB131155204-
CMYK0.360.2400.2
HSL220.27º41.71%65.69%-
HSV(B)220.27º35.78%80%-
XYZ31.9832.6361.74-
YUV153.41156.55112.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=26.73%
G=31.63%
B=41.63%

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
Decimal1311552040.360.2400.2220.2741.7165.69
Hex839BCC2418014dc2a42
Octal203233314443002433452102
Binary10000011100110111100110010010011000010100110111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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