#839DCF

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

Shades of Polo Blue #839DCF

Tints of Polo Blue #839DCF

Color information

#839DCF (or 0x839DCF) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and CF. RGB value is (131,157,207). Sum of RGB (Red+Green+Blue) = 131+157+207=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #839DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCF is #7C6230. Grayscale: #9A9A9A. Windows color (decimal): -8151601 or 13606275. OLE color: 13606275.

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

Color convert

RGB131157207-
CMYK0.370.2400.19
HSL219.47º44.19%66.27%-
HSV(B)219.47º36.71%81.18%-
XYZ32.6833.4463.76-
YUV154.93157.39110.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.46%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=26.46%
G=31.72%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311572070.370.2400.19219.4744.1966.27
Hex839DCF2518013db2c42
Octal203235317453002333354102
Binary10000011100111011100111110010111000010011110110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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