Html Css Color HEX #9C9E93 Star Dust

📋 copy color: '#9C9E93'

red 156 ◦ green 158 ◦ blue 147

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

Shades of Star Dust #9C9E93

Tints of Star Dust #9C9E93

RGB

 RED value IS 156 (61.33% from 255) = 33.84%

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 33.84%
G = 34.27%
B = 31.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9C9E93 (or 0x9C9E93) is known color: Star Dust. HEX triplet: 9C, 9E and 93. RGB value is (156,158,147). Sum of RGB (Red+Green+Blue) = 156+158+147=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9E93 is #63616C. Grayscale: #9C9C9C. Windows color (decimal): -6513005 or 9674396. OLE color: 9674396.

HSL color Cylindrical-coordinate representation of color #9C9E93: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9C9E93 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 158 147 -
CMYK 0.01 0 0.07 0.38
HSL 70.91º 0.05% 0.6% -
HSV(B) 70.91º 0.07% 0.62% -
XYZ 31.2 33.63 32.45 -
YUV 156.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 156 158 147 0.01 0 0.07 0.38 70.91 0.05 0.6
Hex 9C 9E 93 1 0 7 26 47 5 3C
Octal 234 236 223 1 0 7 46 107 5 74
Binary 10011100 10011110 10010011 1 0 111 100110 1000111 101 111100

Color Harmonies of #9C9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9E93

Black with #9C9E93

Text Example


Text Example

White with #9C9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,158,147); }

 H1.HeaderClassName
 {
   color: #9C9E93;
 }
 .AnyTagClassName
 {
   color: #9C9E93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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