#9D929C

Color #9D929C London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9D929C

Tints of London Hue #9D929C

Color information

#9D929C (or 0x9D929C) is unknown color: approx London Hue. HEX triplet: 9D, 92 and 9C. RGB value is (157,146,156). Sum of RGB (Red+Green+Blue) = 157+146+156=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 157 - color contains mainly: red. Hex color #9D929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D929C is #626D63. Grayscale: #969696. Windows color (decimal): -6450532 or 10261149. OLE color: 10261149.

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

Color convert

RGB157146156-
CMYK00.070.010.38
HSL305.45º5.31%59.41%-
HSV(B)305.45º7.01%61.57%-
XYZ30.1830.1335.68-
YUV150.43131.14132.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=34.20%
G=31.81%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714615600.070.010.38305.455.3159.41
Hex9D929C0712613153b
Octal23522223407146461573
Binary10011101100100101001110001111100110100110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D929C;
 }
 .AnyTagClassName
 {
   color: #9D929C;
 }
</style>
background-color css

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

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

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

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

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

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