#92969D

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

Shades of Manatee #92969D

Tints of Manatee #92969D

Color information

#92969D (or 0x92969D) is unknown color: approx Manatee. HEX triplet: 92, 96 and 9D. RGB value is (146,150,157). Sum of RGB (Red+Green+Blue) = 146+150+157=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #92969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92969D is #6D6962. Grayscale: #959595. Windows color (decimal): -7170403 or 10327698. OLE color: 10327698.

HSL color Cylindrical-coordinate representation of color #92969D: hue angle of 218.18º 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 #92969D is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146150157-
CMYK0.070.0400.38
HSL218.18º5.31%59.41%-
HSV(B)218.18º7.01%61.57%-
XYZ28.8530.3636.24-
YUV149.6132.17125.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=32.23%
G=33.11%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461501570.070.0400.38218.185.3159.41
Hex92969D74026da53b
Octal22222623574046332573
Binary100100101001011010011101111100010011011011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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