#839DD1

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

Shades of Polo Blue #839DD1

Tints of Polo Blue #839DD1

Color information

#839DD1 (or 0x839DD1) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and D1. RGB value is (131,157,209). Sum of RGB (Red+Green+Blue) = 131+157+209=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #839DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD1 is #7C622E. Grayscale: #9A9A9A. Windows color (decimal): -8151599 or 13737347. OLE color: 13737347.

HSL color Cylindrical-coordinate representation of color #839DD1: hue angle of 220º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839DD1 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131157209-
CMYK0.370.2500.18
HSL220º45.88%66.67%-
HSV(B)220º37.32%81.96%-
XYZ32.9333.5465.06-
YUV155.15158.39110.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=26.36%
G=31.59%
B=42.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311572090.370.2500.1822045.8866.67
Hex839DD12519012dc2e43
Octal203235321453102233456103
Binary10000011100111011101000110010111001010010110111001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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