#839FCE

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

Shades of Polo Blue #839FCE

Tints of Polo Blue #839FCE

Color information

#839FCE (or 0x839FCE) is unknown color: approx Polo Blue. HEX triplet: 83, 9F and CE. RGB value is (131,159,206). Sum of RGB (Red+Green+Blue) = 131+159+206=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #839FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCE is #7C6031. Grayscale: #9B9B9B. Windows color (decimal): -8151090 or 13541251. OLE color: 13541251.

HSL color Cylindrical-coordinate representation of color #839FCE: hue angle of 217.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839FCE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131159206-
CMYK0.360.2300.19
HSL217.6º43.35%66.08%-
HSV(B)217.6º36.41%80.78%-
XYZ32.934.0863.24-
YUV155.99156.22110.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=26.41%
G=32.06%
B=41.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311592060.360.2300.19217.643.3566.08
Hex839FCE2417013da2b42
Octal203237316442702333253102
Binary10000011100111111100111010010010111010011110110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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