#929088

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

Shades of Heathered Grey #929088

Tints of Heathered Grey #929088

Color information

#929088 (or 0x929088) is unknown color: approx Heathered Grey. HEX triplet: 92, 90 and 88. RGB value is (146,144,136). Sum of RGB (Red+Green+Blue) = 146+144+136=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 146 - color contains mainly: red. Hex color #929088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929088 is #6D6F77. Grayscale: #8F8F8F. Windows color (decimal): -7171960 or 8949906. OLE color: 8949906.

HSL color Cylindrical-coordinate representation of color #929088: hue angle of 48º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929088 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146144136-
CMYK00.010.070.43
HSL48º4.39%55.29%-
HSV(B)48º6.85%57.25%-
XYZ26.2727.8427.28-
YUV143.69123.66129.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=34.27%
G=33.80%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614413600.010.070.43484.3955.29
Hex9290880172B30437
Octal2222202100175360467
Binary10010010100100001000100001111101011110000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929088; }

 p { color: rgb(146,144,136); }

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

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

 a { background-color: rgb(146,144,136); }

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

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

 span { border-color: rgb(146,144,136); }

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