#868A9C

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

Shades of Manatee #868A9C

Tints of Manatee #868A9C

Color information

#868A9C (or 0x868A9C) is unknown color: approx Manatee. HEX triplet: 86, 8A and 9C. RGB value is (134,138,156). Sum of RGB (Red+Green+Blue) = 134+138+156=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #868A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A9C is #797563. Grayscale: #8A8A8A. Windows color (decimal): -7959908 or 10259078. OLE color: 10259078.

HSL color Cylindrical-coordinate representation of color #868A9C: hue angle of 229.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868A9C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134138156-
CMYK0.140.1200.39
HSL229.09º10%56.86%-
HSV(B)229.09º14.1%61.18%-
XYZ24.9225.6535.09-
YUV138.86137.67124.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=31.31%
G=32.24%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341381560.140.1200.39229.091056.86
Hex868A9CEC027e5a39
Octal20621223416140473451271
Binary100001101000101010011100111011000100111111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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