#869ED1

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

Shades of Polo Blue #869ED1

Tints of Polo Blue #869ED1

Color information

#869ED1 (or 0x869ED1) is unknown color: approx Polo Blue. HEX triplet: 86, 9E and D1. RGB value is (134,158,209). Sum of RGB (Red+Green+Blue) = 134+158+209=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #869ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ED1 is #79612E. Grayscale: #9C9C9C. Windows color (decimal): -7954735 or 13737606. OLE color: 13737606.

HSL color Cylindrical-coordinate representation of color #869ED1: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869ED1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134158209-
CMYK0.360.2400.18
HSL220.8º44.91%67.25%-
HSV(B)220.8º35.89%81.96%-
XYZ33.5734.1365.14-
YUV156.64157.55111.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=26.75%
G=31.54%
B=41.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341582090.360.2400.18220.844.9167.25
Hex869ED12418012dd2d43
Octal206236321443002233555103
Binary10000110100111101101000110010011000010010110111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869ED1; }

 p { color: rgb(134,158,209); }

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

<style>
 a { background-color: #869ED1; }

 a { background-color: rgb(134,158,209); }

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

<style>
 span { border-color: #869ED1; }

 span { border-color: rgb(134,158,209); }

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