#839DBF

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

Shades of Polo Blue #839DBF

Tints of Polo Blue #839DBF

Color information

#839DBF (or 0x839DBF) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and BF. RGB value is (131,157,191). Sum of RGB (Red+Green+Blue) = 131+157+191=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #839DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBF is #7C6240. Grayscale: #989898. Windows color (decimal): -8151617 or 12557699. OLE color: 12557699.

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

Color convert

RGB131157191-
CMYK0.310.1800.25
HSL214º31.91%63.14%-
HSV(B)214º31.41%74.9%-
XYZ30.8232.753.98-
YUV153.1149.39112.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 39.87%
R=27.35%
G=32.78%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311571910.310.1800.2521431.9163.14
Hex839DBF1F12019d6203f
Octal20323527737220313264077
Binary100000111001110110111111111111001001100111010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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