#848B9D

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

Shades of Manatee #848B9D

Tints of Manatee #848B9D

Color information

#848B9D (or 0x848B9D) is unknown color: approx Manatee. HEX triplet: 84, 8B and 9D. RGB value is (132,139,157). Sum of RGB (Red+Green+Blue) = 132+139+157=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #848B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B9D is #7B7462. Grayscale: #8A8A8A. Windows color (decimal): -8090723 or 10324868. OLE color: 10324868.

HSL color Cylindrical-coordinate representation of color #848B9D: hue angle of 223.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848B9D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132139157-
CMYK0.160.1100.38
HSL223.2º11.31%56.67%-
HSV(B)223.2º15.92%61.57%-
XYZ24.8325.8135.57-
YUV138.96138.18123.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=30.84%
G=32.48%
B=36.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321391570.160.1100.38223.211.3156.67
Hex848B9D10B026dfb39
Octal20421323520130463371371
Binary1000010010001011100111011000010110100110110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B9D; }

 p { color: rgb(132,139,157); }

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

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

 a { background-color: rgb(132,139,157); }

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

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

 span { border-color: rgb(132,139,157); }

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