#868A93

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

Shades of Manatee #868A93

Tints of Manatee #868A93

Color information

#868A93 (or 0x868A93) is unknown color: approx Manatee. HEX triplet: 86, 8A and 93. RGB value is (134,138,147). Sum of RGB (Red+Green+Blue) = 134+138+147=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #868A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A93 is #79756C. Grayscale: #898989. Windows color (decimal): -7959917 or 9669254. OLE color: 9669254.

HSL color Cylindrical-coordinate representation of color #868A93: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868A93 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134138147-
CMYK0.090.0600.42
HSL221.54º5.68%55.1%-
HSV(B)221.54º8.84%57.65%-
XYZ24.1925.3531.22-
YUV137.83133.17125.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=31.98%
G=32.94%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341381470.090.0600.42221.545.6855.1
Hex868A939602Ade637
Octal206212223116052336667
Binary1000011010001010100100111001110010101011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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