#9D869D

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

Shades of London Hue #9D869D

Tints of London Hue #9D869D

Color information

#9D869D (or 0x9D869D) is unknown color: approx London Hue. HEX triplet: 9D, 86 and 9D. RGB value is (157,134,157). Sum of RGB (Red+Green+Blue) = 157+134+157=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D869D is #627962. Grayscale: #8F8F8F. Windows color (decimal): -6453603 or 10323613. OLE color: 10323613.

HSL color Cylindrical-coordinate representation of color #9D869D: hue angle of 300º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D869D is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB157134157-
CMYK00.1500.38
HSL300º10.5%57.06%-
HSV(B)300º14.65%61.57%-
XYZ28.5226.6535.54-
YUV143.5135.62137.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=35.04%
G=29.91%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713415700.1500.3830010.557.06
Hex9D869D0F02612cb39
Octal2352062350170464541371
Binary1001110110000110100111010111101001101001011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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