#9D929D

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

Shades of London Hue #9D929D

Tints of London Hue #9D929D

Color information

#9D929D (or 0x9D929D) is unknown color: approx London Hue. HEX triplet: 9D, 92 and 9D. RGB value is (157,146,157). Sum of RGB (Red+Green+Blue) = 157+146+157=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D929D is #626D62. Grayscale: #969696. Windows color (decimal): -6450531 or 10326685. OLE color: 10326685.

HSL color Cylindrical-coordinate representation of color #9D929D: hue angle of 300º 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 #9D929D is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB157146157-
CMYK00.0700.38
HSL300º5.31%59.41%-
HSV(B)300º7.01%61.57%-
XYZ30.2730.1636.12-
YUV150.54131.64132.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=34.13%
G=31.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714615700.0700.383005.3159.41
Hex9D929D0702612c53b
Octal23522223507046454573
Binary10011101100100101001110101110100110100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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