#839FCC

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

Shades of Polo Blue #839FCC

Tints of Polo Blue #839FCC

Color information

#839FCC (or 0x839FCC) is unknown color: approx Polo Blue. HEX triplet: 83, 9F and CC. RGB value is (131,159,204). Sum of RGB (Red+Green+Blue) = 131+159+204=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #839FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCC is #7C6033. Grayscale: #9B9B9B. Windows color (decimal): -8151092 or 13410179. OLE color: 13410179.

HSL color Cylindrical-coordinate representation of color #839FCC: hue angle of 216.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839FCC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131159204-
CMYK0.360.2200.2
HSL216.99º41.71%65.69%-
HSV(B)216.99º35.78%80%-
XYZ32.6633.9861.96-
YUV155.76155.22110.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=26.52%
G=32.19%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311592040.360.2200.2216.9941.7165.69
Hex839FCC2416014d92a42
Octal203237314442602433152102
Binary10000011100111111100110010010010110010100110110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,159,204); }

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

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

 a { background-color: rgb(131,159,204); }

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

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

 span { border-color: rgb(131,159,204); }

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