#839EC5

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

Shades of Polo Blue #839EC5

Tints of Polo Blue #839EC5

Color information

#839EC5 (or 0x839EC5) is unknown color: approx Polo Blue. HEX triplet: 83, 9E and C5. RGB value is (131,158,197). Sum of RGB (Red+Green+Blue) = 131+158+197=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #839EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EC5 is #7C613A. Grayscale: #9A9A9A. Windows color (decimal): -8151355 or 12951171. OLE color: 12951171.

HSL color Cylindrical-coordinate representation of color #839EC5: hue angle of 215.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #839EC5 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131158197-
CMYK0.340.2000.23
HSL215.45º36.26%64.31%-
HSV(B)215.45º33.5%77.25%-
XYZ31.6633.3157.58-
YUV154.37152.05111.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=26.95%
G=32.51%
B=40.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311581970.340.2000.23215.4536.2664.31
Hex839EC52214017d72440
Octal203236305422402732744100
Binary10000011100111101100010110001010100010111110101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,158,197); }

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

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

 a { background-color: rgb(131,158,197); }

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

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

 span { border-color: rgb(131,158,197); }

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