#929F9B

Color #929F9B Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #929F9B

Tints of Cascade #929F9B

Color information

#929F9B (or 0x929F9B) is unknown color: approx Cascade. HEX triplet: 92, 9F and 9B. RGB value is (146,159,155). Sum of RGB (Red+Green+Blue) = 146+159+155=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 159 - color contains mainly: green. Hex color #929F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F9B is #6D6064. Grayscale: #9A9A9A. Windows color (decimal): -7168101 or 10198930. OLE color: 10198930.

HSL color Cylindrical-coordinate representation of color #929F9B: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929F9B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB146159155-
CMYK0.0800.030.38
HSL161.54º6.34%59.8%-
HSV(B)161.54º8.18%62.35%-
XYZ30.1733.2735.84-
YUV154.66128.19121.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=31.74%
G=34.57%
B=33.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591550.0800.030.38161.546.3459.8
Hex929F9B80326a263c
Octal222237233100346242674
Binary100100101001111110011011100001110011010100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929F9B; }

 p { color: rgb(146,159,155); }

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

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

 a { background-color: rgb(146,159,155); }

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

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

 span { border-color: rgb(146,159,155); }

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