#848793

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

Shades of Manatee #848793

Tints of Manatee #848793

Color information

#848793 (or 0x848793) is unknown color: approx Manatee. HEX triplet: 84, 87 and 93. RGB value is (132,135,147). Sum of RGB (Red+Green+Blue) = 132+135+147=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #848793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848793 is #7B786C. Grayscale: #878787. Windows color (decimal): -8091757 or 9668484. OLE color: 9668484.

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

Color convert

RGB132135147-
CMYK0.100.0800.42
HSL228º6.49%54.71%-
HSV(B)228º10.2%57.65%-
XYZ23.4524.3431.07-
YUV135.47134.51125.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=31.88%
G=32.61%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321351470.100.0800.422286.4954.71
Hex848793A802Ae4637
Octal2042072231210052344667
Binary10000100100001111001001110101000010101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848793; }

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

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

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

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

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

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

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

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