Html Css Color HEX #999394 Shady Lady

📋 copy color: '#999394'

red 153 ◦ green 147 ◦ blue 148

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

Shades of Shady Lady #999394

Tints of Shady Lady #999394

RGB

 RED value IS 153 (60.16% from 255) = 34.15%

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 34.15%
G = 32.81%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#999394 (or 0x999394) is known color: Shady Lady. HEX triplet: 99, 93 and 94. RGB value is (153,147,148). Sum of RGB (Red+Green+Blue) = 153+147+148=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999394 is #666C6B. Grayscale: #949494. Windows color (decimal): -6712428 or 9737113. OLE color: 9737113.

HSL color Cylindrical-coordinate representation of color #999394: hue angle of 350º 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 #999394 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 148 -
CMYK 0 0.04 0.03 0.4
HSL 350º 0.03% 0.59% -
HSV(B) 350º 0.04% 0.6% -
XYZ 28.92 29.78 32.24 -
YUV 148.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 153 147 148 0 0.04 0.03 0.4 350 0.03 0.59
Hex 99 93 94 0 4 3 28 15E 3 3B
Octal 231 223 224 0 4 3 50 536 3 73
Binary 10011001 10010011 10010100 0 100 11 101000 101011110 11 111011

Color Harmonies of #999394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999394

Black with #999394

Text Example


Text Example

White with #999394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999394; }

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

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

background-color css

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

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

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

border-color css

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

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

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