#839DC0

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

Shades of Polo Blue #839DC0

Tints of Polo Blue #839DC0

Color information

#839DC0 (or 0x839DC0) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and C0. RGB value is (131,157,192). Sum of RGB (Red+Green+Blue) = 131+157+192=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #839DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DC0 is #7C623F. Grayscale: #999999. Windows color (decimal): -8151616 or 12623235. OLE color: 12623235.

HSL color Cylindrical-coordinate representation of color #839DC0: hue angle of 214.43º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839DC0 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131157192-
CMYK0.320.1800.25
HSL214.43º32.62%63.33%-
HSV(B)214.43º31.77%75.29%-
XYZ30.9332.7554.56-
YUV153.22149.89112.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 192 (75.39% from 255) = 40%
R=27.29%
G=32.71%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311571920.320.1800.25214.4332.6263.33
Hex839DC02012019d6213f
Octal20323530040220313264177
Binary1000001110011101110000001000001001001100111010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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