#839ECB

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

Shades of Polo Blue #839ECB

Tints of Polo Blue #839ECB

Color information

#839ECB (or 0x839ECB) is unknown color: approx Polo Blue. HEX triplet: 83, 9E and CB. RGB value is (131,158,203). Sum of RGB (Red+Green+Blue) = 131+158+203=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #839ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ECB is #7C6134. Grayscale: #9A9A9A. Windows color (decimal): -8151349 or 13344387. OLE color: 13344387.

HSL color Cylindrical-coordinate representation of color #839ECB: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839ECB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131158203-
CMYK0.350.2200.20
HSL217.5º40.91%65.49%-
HSV(B)217.5º35.47%79.61%-
XYZ32.3733.5961.28-
YUV155.06155.05110.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=26.63%
G=32.11%
B=41.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311582030.350.2200.20217.540.9165.49
Hex839ECB2316014da2941
Octal203236313432602433251101
Binary10000011100111101100101110001110110010100110110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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