Html Css Color HEX #9D959C London Hue

📋 copy color: '#9D959C'

red 157 ◦ green 149 ◦ blue 156

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

Shades of London Hue #9D959C

Tints of London Hue #9D959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 33.98%
G = 32.25%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D959C (or 0x9D959C) is known color: London Hue. HEX triplet: 9D, 95 and 9C. RGB value is (157,149,156). Sum of RGB (Red+Green+Blue) = 157+149+156=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 157 - color contains mainly: red. Hex color #9D959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D959C is #626A63. Grayscale: #989898. Windows color (decimal): -6449764 or 10261917. OLE color: 10261917.

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

Color convert

RGB 157 149 156 -
CMYK 0 0.05 0.01 0.38
HSL 307.5º 0.04% 0.6% -
HSV(B) 307.5º 0.05% 0.62% -
XYZ 30.65 31.06 35.83 -
YUV 152.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 157 149 156 0 0.05 0.01 0.38 307.5 0.04 0.6
Hex 9D 95 9C 0 5 1 26 134 4 3C
Octal 235 225 234 0 5 1 46 464 4 74
Binary 10011101 10010101 10011100 0 101 1 100110 100110100 100 111100

Color Harmonies of #9D959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D959C

Black with #9D959C

Text Example


Text Example

White with #9D959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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