#868A95

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

Shades of Manatee #868A95

Tints of Manatee #868A95

Color information

#868A95 (or 0x868A95) is unknown color: approx Manatee. HEX triplet: 86, 8A and 95. RGB value is (134,138,149). Sum of RGB (Red+Green+Blue) = 134+138+149=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #868A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A95 is #79756A. Grayscale: #8A8A8A. Windows color (decimal): -7959915 or 9800326. OLE color: 9800326.

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

Color convert

RGB134138149-
CMYK0.100.0700.42
HSL224º6.61%55.49%-
HSV(B)224º10.07%58.43%-
XYZ24.3425.4232.06-
YUV138.06134.17125.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=31.83%
G=32.78%
B=35.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341381490.100.0700.422246.6155.49
Hex868A95A702Ae0737
Octal206212225127052340767
Binary1000011010001010100101011010111010101011100000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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