#92949D

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

Shades of Manatee #92949D

Tints of Manatee #92949D

Color information

#92949D (or 0x92949D) is unknown color: approx Manatee. HEX triplet: 92, 94 and 9D. RGB value is (146,148,157). Sum of RGB (Red+Green+Blue) = 146+148+157=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #92949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92949D is #6D6B62. Grayscale: #949494. Windows color (decimal): -7170915 or 10327186. OLE color: 10327186.

HSL color Cylindrical-coordinate representation of color #92949D: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92949D is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146148157-
CMYK0.070.0600.38
HSL229.09º5.31%59.41%-
HSV(B)229.09º7.01%61.57%-
XYZ28.5329.7336.13-
YUV148.43132.84126.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=32.37%
G=32.82%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461481570.070.0600.38229.095.3159.41
Hex92949D76026e553b
Octal22222423576046345573
Binary100100101001010010011101111110010011011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92949D; }

 p { color: rgb(146,148,157); }

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

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

 a { background-color: rgb(146,148,157); }

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

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

 span { border-color: rgb(146,148,157); }

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