#868EAD

Color #868EAD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #868EAD

Tints of Manatee #868EAD

Color information

#868EAD (or 0x868EAD) is unknown color: approx Manatee. HEX triplet: 86, 8E and AD. RGB value is (134,142,173). Sum of RGB (Red+Green+Blue) = 134+142+173=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #868EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868EAD is #797152. Grayscale: #8F8F8F. Windows color (decimal): -7958867 or 11374214. OLE color: 11374214.

HSL color Cylindrical-coordinate representation of color #868EAD: hue angle of 227.69º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868EAD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134142173-
CMYK0.230.1800.32
HSL227.69º19.21%60.2%-
HSV(B)227.69º22.54%67.84%-
XYZ27.0527.4343.4-
YUV143.14144.85121.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=29.84%
G=31.63%
B=38.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341421730.230.1800.32227.6919.2160.2
Hex868EAD1712020e4133c
Octal20621625527220403442374
Binary100001101000111010101101101111001001000001110010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868EAD; }

 p { color: rgb(134,142,173); }

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

<style>
 a { background-color: #868EAD; }

 a { background-color: rgb(134,142,173); }

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

<style>
 span { border-color: #868EAD; }

 span { border-color: rgb(134,142,173); }

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