#868C9B

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

Shades of Manatee #868C9B

Tints of Manatee #868C9B

Color information

#868C9B (or 0x868C9B) is unknown color: approx Manatee. HEX triplet: 86, 8C and 9B. RGB value is (134,140,155). Sum of RGB (Red+Green+Blue) = 134+140+155=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #868C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C9B is #797364. Grayscale: #8B8B8B. Windows color (decimal): -7959397 or 10194054. OLE color: 10194054.

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

Color convert

RGB134140155-
CMYK0.140.1000.39
HSL222.86º9.5%56.67%-
HSV(B)222.86º13.55%60.78%-
XYZ25.1326.1934.74-
YUV139.92136.51123.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=31.24%
G=32.63%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341401550.140.1000.39222.869.556.67
Hex868C9BEA027dfa39
Octal20621423316120473371271
Binary100001101000110010011011111010100100111110111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,155); }

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

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

 a { background-color: rgb(134,140,155); }

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

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

 span { border-color: rgb(134,140,155); }

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