#919E9B

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

Shades of Cascade #919E9B

Tints of Cascade #919E9B

Color information

#919E9B (or 0x919E9B) is unknown color: approx Cascade. HEX triplet: 91, 9E and 9B. RGB value is (145,158,155). Sum of RGB (Red+Green+Blue) = 145+158+155=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 158 - color contains mainly: green. Hex color #919E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E9B is #6E6164. Grayscale: #999999. Windows color (decimal): -7233893 or 10198673. OLE color: 10198673.

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

Color convert

RGB145158155-
CMYK0.0800.020.38
HSL166.15º6.28%59.41%-
HSV(B)166.15º8.23%61.96%-
XYZ29.8232.8435.78-
YUV153.77128.69121.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=31.66%
G=34.50%
B=33.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581550.0800.020.38166.156.2859.41
Hex919E9B80226a663b
Octal221236233100246246673
Binary100100011001111010011011100001010011010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919E9B; }

 p { color: rgb(145,158,155); }

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

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

 a { background-color: rgb(145,158,155); }

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

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

 span { border-color: rgb(145,158,155); }

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