#868A94

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

Shades of Manatee #868A94

Tints of Manatee #868A94

Color information

#868A94 (or 0x868A94) is unknown color: approx Manatee. HEX triplet: 86, 8A and 94. RGB value is (134,138,148). Sum of RGB (Red+Green+Blue) = 134+138+148=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #868A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A94 is #79756B. Grayscale: #898989. Windows color (decimal): -7959916 or 9734790. OLE color: 9734790.

HSL color Cylindrical-coordinate representation of color #868A94: hue angle of 222.86º 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 #868A94 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134138148-
CMYK0.090.0700.42
HSL222.86º6.14%55.29%-
HSV(B)222.86º9.46%58.04%-
XYZ24.2725.3831.64-
YUV137.94133.67125.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=31.90%
G=32.86%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341381480.090.0700.42222.866.1455.29
Hex868A949702Adf637
Octal206212224117052337667
Binary1000011010001010100101001001111010101011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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