#868EAC

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

Shades of Manatee #868EAC

Tints of Manatee #868EAC

Color information

#868EAC (or 0x868EAC) is unknown color: approx Manatee. HEX triplet: 86, 8E and AC. RGB value is (134,142,172). Sum of RGB (Red+Green+Blue) = 134+142+172=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #868EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868EAC is #797153. Grayscale: #8E8E8E. Windows color (decimal): -7958868 or 11308678. OLE color: 11308678.

HSL color Cylindrical-coordinate representation of color #868EAC: hue angle of 227.37º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868EAC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134142172-
CMYK0.220.1700.33
HSL227.37º18.63%60%-
HSV(B)227.37º22.09%67.45%-
XYZ26.9527.3942.9-
YUV143.03144.35121.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=29.91%
G=31.70%
B=38.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341421720.220.1700.33227.3718.6360
Hex868EAC1611021e3133c
Octal20621625426210413432374
Binary100001101000111010101100101101000101000011110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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