#839BC6

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

Shades of Polo Blue #839BC6

Tints of Polo Blue #839BC6

Color information

#839BC6 (or 0x839BC6) is unknown color: approx Polo Blue. HEX triplet: 83, 9B and C6. RGB value is (131,155,198). Sum of RGB (Red+Green+Blue) = 131+155+198=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #839BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BC6 is #7C6439. Grayscale: #989898. Windows color (decimal): -8152122 or 13015939. OLE color: 13015939.

HSL color Cylindrical-coordinate representation of color #839BC6: hue angle of 218.51º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #839BC6 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB131155198-
CMYK0.340.2200.22
HSL218.51º37.02%64.51%-
HSV(B)218.51º33.84%77.65%-
XYZ31.2732.3558.02-
YUV152.73153.55112.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 198 (77.73% from 255) = 40.91%
R=27.07%
G=32.02%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1311551980.340.2200.22218.5137.0264.51
Hex839BC62216016db2541
Octal203233306422602633345101
Binary10000011100110111100011010001010110010110110110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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