#868793

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

Shades of Manatee #868793

Tints of Manatee #868793

Color information

#868793 (or 0x868793) is unknown color: approx Manatee. HEX triplet: 86, 87 and 93. RGB value is (134,135,147). Sum of RGB (Red+Green+Blue) = 134+135+147=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #868793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868793 is #79786C. Grayscale: #888888. Windows color (decimal): -7960685 or 9668486. OLE color: 9668486.

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

Color convert

RGB134135147-
CMYK0.090.0800.42
HSL235.38º5.68%55.1%-
HSV(B)235.38º8.84%57.65%-
XYZ23.7624.531.08-
YUV136.07134.17126.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=32.21%
G=32.45%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341351470.090.0800.42235.385.6855.1
Hex8687939802Aeb637
Octal2062072231110052353667
Binary10000110100001111001001110011000010101011101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868793; }

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

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

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

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

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

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

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

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