#94959B

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

Shades of Manatee #94959B

Tints of Manatee #94959B

Color information

#94959B (or 0x94959B) is unknown color: approx Manatee. HEX triplet: 94, 95 and 9B. RGB value is (148,149,155). Sum of RGB (Red+Green+Blue) = 148+149+155=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #94959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94959B is #6B6A64. Grayscale: #959595. Windows color (decimal): -7039589 or 10196372. OLE color: 10196372.

HSL color Cylindrical-coordinate representation of color #94959B: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #94959B is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148149155-
CMYK0.050.0400.39
HSL231.43º3.38%59.41%-
HSV(B)231.43º4.52%60.78%-
XYZ28.8830.1635.31-
YUV149.38131.17127.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=32.74%
G=32.96%
B=34.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481491550.050.0400.39231.433.3859.41
Hex94959B54027e733b
Octal22422523354047347373
Binary10010100100101011001101110110001001111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94959B; }

 p { color: rgb(148,149,155); }

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

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

 a { background-color: rgb(148,149,155); }

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

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

 span { border-color: rgb(148,149,155); }

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