#839FD3

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

Shades of Polo Blue #839FD3

Tints of Polo Blue #839FD3

Color information

#839FD3 (or 0x839FD3) is unknown color: approx Polo Blue. HEX triplet: 83, 9F and D3. RGB value is (131,159,211). Sum of RGB (Red+Green+Blue) = 131+159+211=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #839FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FD3 is #7C602C. Grayscale: #9C9C9C. Windows color (decimal): -8151085 or 13868931. OLE color: 13868931.

HSL color Cylindrical-coordinate representation of color #839FD3: hue angle of 219º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839FD3 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB131159211-
CMYK0.380.2500.17
HSL219º47.62%67.06%-
HSV(B)219º37.91%82.75%-
XYZ33.5234.3266.49-
YUV156.56158.72109.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=26.15%
G=31.74%
B=42.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1311592110.380.2500.1721947.6267.06
Hex839FD32619011db3043
Octal203237323463102133360103
Binary10000011100111111101001110011011001010001110110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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