Html Css Color HEX #9D949C London Hue

📋 copy color: '#9D949C'

red 157 ◦ green 148 ◦ blue 156

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

Shades of London Hue #9D949C

Tints of London Hue #9D949C

RGB

 RED value IS 157 (61.72% from 255) = 34.06%

 GREEN value IS 148 (58.2% from 255) = 32.1%

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

R = 34.06%
G = 32.1%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D949C (or 0x9D949C) is known color: London Hue. HEX triplet: 9D, 94 and 9C. RGB value is (157,148,156). Sum of RGB (Red+Green+Blue) = 157+148+156=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 157 - color contains mainly: red. Hex color #9D949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D949C is #626B63. Grayscale: #979797. Windows color (decimal): -6450020 or 10261661. OLE color: 10261661.

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

Color convert

RGB 157 148 156 -
CMYK 0 0.06 0.01 0.38
HSL 306.67º 0.04% 0.6% -
HSV(B) 306.67º 0.06% 0.62% -
XYZ 30.5 30.75 35.78 -
YUV 151.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 157 148 156 0 0.06 0.01 0.38 306.67 0.04 0.6
Hex 9D 94 9C 0 6 1 26 133 4 3C
Octal 235 224 234 0 6 1 46 463 4 74
Binary 10011101 10010100 10011100 0 110 1 100110 100110011 100 111100

Color Harmonies of #9D949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D949C

Black with #9D949C

Text Example


Text Example

White with #9D949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,156); }

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

background-color css

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

 a { background-color: rgb(157,148,156); }

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

border-color css

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

 span { border-color: rgb(157,148,156); }

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