#868A9E

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

Shades of Manatee #868A9E

Tints of Manatee #868A9E

Color information

#868A9E (or 0x868A9E) is unknown color: approx Manatee. HEX triplet: 86, 8A and 9E. RGB value is (134,138,158). Sum of RGB (Red+Green+Blue) = 134+138+158=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #868A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A9E is #797561. Grayscale: #8B8B8B. Windows color (decimal): -7959906 or 10390150. OLE color: 10390150.

HSL color Cylindrical-coordinate representation of color #868A9E: hue angle of 230º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868A9E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134138158-
CMYK0.150.1300.38
HSL230º11.01%57.25%-
HSV(B)230º15.19%61.96%-
XYZ25.0925.7135.99-
YUV139.08138.67124.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=31.16%
G=32.09%
B=36.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341381580.150.1300.3823011.0157.25
Hex868A9EFD026e6b39
Octal20621223617150463461371
Binary100001101000101010011110111111010100110111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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