#839FCD

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

Shades of Polo Blue #839FCD

Tints of Polo Blue #839FCD

Color information

#839FCD (or 0x839FCD) is unknown color: approx Polo Blue. HEX triplet: 83, 9F and CD. RGB value is (131,159,205). Sum of RGB (Red+Green+Blue) = 131+159+205=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #839FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCD is #7C6032. Grayscale: #9B9B9B. Windows color (decimal): -8151091 or 13475715. OLE color: 13475715.

HSL color Cylindrical-coordinate representation of color #839FCD: hue angle of 217.3º degrees, saturation: 0.43, 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 #839FCD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131159205-
CMYK0.360.2200.20
HSL217.3º42.53%65.88%-
HSV(B)217.3º36.1%80.39%-
XYZ32.7834.0362.6-
YUV155.87155.72110.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=26.46%
G=32.12%
B=41.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311592050.360.2200.20217.342.5365.88
Hex839FCD2416014d92b42
Octal203237315442602433153102
Binary10000011100111111100110110010010110010100110110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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