#868AAE

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

Shades of Manatee #868AAE

Tints of Manatee #868AAE

Color information

#868AAE (or 0x868AAE) is unknown color: approx Manatee. HEX triplet: 86, 8A and AE. RGB value is (134,138,174). Sum of RGB (Red+Green+Blue) = 134+138+174=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #868AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AAE is #797551. Grayscale: #8C8C8C. Windows color (decimal): -7959890 or 11438726. OLE color: 11438726.

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

Color convert

RGB134138174-
CMYK0.230.2100.32
HSL234º19.8%60.39%-
HSV(B)234º22.99%68.24%-
XYZ26.5626.343.72-
YUV140.91146.67123.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=30.04%
G=30.94%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341381740.230.2100.3223419.860.39
Hex868AAE1715020ea143c
Octal20621225627250403522474
Binary100001101000101010101110101111010101000001110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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