#989993

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

Shades of Star Dust #989993

Tints of Star Dust #989993

Color information

#989993 (or 0x989993) is unknown color: approx Star Dust. HEX triplet: 98, 99 and 93. RGB value is (152,153,147). Sum of RGB (Red+Green+Blue) = 152+153+147=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #989993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989993 is #67666C. Grayscale: #989898. Windows color (decimal): -6776429 or 9673112. OLE color: 9673112.

HSL color Cylindrical-coordinate representation of color #989993: hue angle of 70º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989993 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB152153147-
CMYK0.0100.040.4
HSL70º2.86%58.82%-
HSV(B)70º3.92%60%-
XYZ29.6131.5632.14-
YUV152.02125.17127.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=33.63%
G=33.85%
B=32.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531470.0100.040.4702.8658.82
Hex989993104284633b
Octal23023122310450106373
Binary10011000100110011001001110100101000100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989993; }

 p { color: rgb(152,153,147); }

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

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

 a { background-color: rgb(152,153,147); }

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

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

 span { border-color: rgb(152,153,147); }

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