Html Css Color HEX #979295 Shady Lady

📋 copy color: '#979295'

red 151 ◦ green 146 ◦ blue 149

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

Shades of Shady Lady #979295

Tints of Shady Lady #979295

RGB

 RED value IS 151 (59.38% from 255) = 33.86%

 GREEN value IS 146 (57.42% from 255) = 32.74%

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 33.86%
G = 32.74%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979295 (or 0x979295) is known color: Shady Lady. HEX triplet: 97, 92 and 95. RGB value is (151,146,149). Sum of RGB (Red+Green+Blue) = 151+146+149=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 151 - color contains mainly: red. Hex color #979295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979295 is #686D6A. Grayscale: #939393. Windows color (decimal): -6843755 or 9802391. OLE color: 9802391.

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

Color convert

RGB 151 146 149 -
CMYK 0 0.03 0.01 0.41
HSL 324º 0.02% 0.58% -
HSV(B) 324º 0.03% 0.59% -
XYZ 28.47 29.31 32.59 -
YUV 147.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 151 146 149 0 0.03 0.01 0.41 324 0.02 0.58
Hex 97 92 95 0 3 1 29 144 2 3A
Octal 227 222 225 0 3 1 51 504 2 72
Binary 10010111 10010010 10010101 0 11 1 101001 101000100 10 111010

Color Harmonies of #979295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979295

Black with #979295

Text Example


Text Example

White with #979295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979295; }

 p { color: rgb(151,146,149); }

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

background-color css

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

 a { background-color: rgb(151,146,149); }

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

border-color css

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

 span { border-color: rgb(151,146,149); }

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