#9E9E91

Color #9E9E91 Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #9E9E91

Tints of Star Dust #9E9E91

Color information

#9E9E91 (or 0x9E9E91) is unknown color: approx Star Dust. HEX triplet: 9E, 9E and 91. RGB value is (158,158,145). Sum of RGB (Red+Green+Blue) = 158+158+145=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9E91 is #61616E. Grayscale: #9C9C9C. Windows color (decimal): -6381935 or 9543326. OLE color: 9543326.

HSL color Cylindrical-coordinate representation of color #9E9E91: hue angle of 60º 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 #9E9E91 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB158158145-
CMYK000.080.38
HSL60º6.28%59.41%-
HSV(B)60º8.23%61.96%-
XYZ31.4433.7731.65-
YUV156.52121.5129.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=34.27%
G=34.27%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158158145000.080.38606.2859.41
Hex9E9E91008263c63b
Octal23623622100104674673
Binary100111101001111010010001001000100110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9E91; }

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

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

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

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

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

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

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

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