#909E9B

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

Shades of Cascade #909E9B

Tints of Cascade #909E9B

Color information

#909E9B (or 0x909E9B) is unknown color: approx Cascade. HEX triplet: 90, 9E and 9B. RGB value is (144,158,155). Sum of RGB (Red+Green+Blue) = 144+158+155=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 158 - color contains mainly: green. Hex color #909E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E9B is #6F6164. Grayscale: #999999. Windows color (decimal): -7299429 or 10198672. OLE color: 10198672.

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

Color convert

RGB144158155-
CMYK0.0900.020.38
HSL167.14º6.73%59.22%-
HSV(B)167.14º8.86%61.96%-
XYZ29.6432.7535.77-
YUV153.47128.86121.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=31.51%
G=34.57%
B=33.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581550.0900.020.38167.146.7359.22
Hex909E9B90226a773b
Octal220236233110246247773
Binary100100001001111010011011100101010011010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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