#868DAE

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

Shades of Manatee #868DAE

Tints of Manatee #868DAE

Color information

#868DAE (or 0x868DAE) is unknown color: approx Manatee. HEX triplet: 86, 8D and AE. RGB value is (134,141,174). Sum of RGB (Red+Green+Blue) = 134+141+174=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #868DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868DAE is #797251. Grayscale: #8E8E8E. Windows color (decimal): -7959122 or 11439494. OLE color: 11439494.

HSL color Cylindrical-coordinate representation of color #868DAE: hue angle of 229.5º degrees, saturation: 0.2, 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 #868DAE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134141174-
CMYK0.230.1900.32
HSL229.5º19.8%60.39%-
HSV(B)229.5º22.99%68.24%-
XYZ2727.1743.87-
YUV142.67145.68121.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=29.84%
G=31.40%
B=38.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341411740.230.1900.32229.519.860.39
Hex868DAE1713020e6143c
Octal20621525627230403462474
Binary100001101000110110101110101111001101000001110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,174); }

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

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

 a { background-color: rgb(134,141,174); }

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

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

 span { border-color: rgb(134,141,174); }

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