Html Css Color HEX #989993 Star Dust

📋 copy color: '#989993'

red 152 ◦ green 153 ◦ blue 147

#989993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #989993

Tints of Star Dust #989993

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 value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#989993 (or 0x989993) is known color: 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

RGB 152 153 147 -
CMYK 0.01 0 0.04 0.4
HSL 70º 0.03% 0.59% -
HSV(B) 70º 0.04% 0.6% -
XYZ 29.61 31.56 32.14 -
YUV 152.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 152 153 147 0.01 0 0.04 0.4 70 0.03 0.59
Hex 98 99 93 1 0 4 28 46 3 3B
Octal 230 231 223 1 0 4 50 106 3 73
Binary 10011000 10011001 10010011 1 0 100 101000 1000110 11 111011

Color Harmonies of #989993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989993

Black with #989993

Text Example


Text Example

White with #989993

Text Example


Text Example

HTML Codes & Css Web 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>