#868A9A

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

Shades of Manatee #868A9A

Tints of Manatee #868A9A

Color information

#868A9A (or 0x868A9A) is unknown color: approx Manatee. HEX triplet: 86, 8A and 9A. RGB value is (134,138,154). Sum of RGB (Red+Green+Blue) = 134+138+154=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #868A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A9A is #797565. Grayscale: #8A8A8A. Windows color (decimal): -7959910 or 10128006. OLE color: 10128006.

HSL color Cylindrical-coordinate representation of color #868A9A: hue angle of 228º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #868A9A is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134138154-
CMYK0.130.1000.40
HSL228º9.01%56.47%-
HSV(B)228º12.99%60.39%-
XYZ24.7525.5834.2-
YUV138.63136.67124.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=31.46%
G=32.39%
B=36.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341381540.130.1000.402289.0156.47
Hex868A9ADA028e4938
Octal20621223215120503441170
Binary100001101000101010011010110110100101000111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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