Html Css Color HEX #9D859C London Hue

📋 copy color: '#9D859C'

red 157 ◦ green 133 ◦ blue 156

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

Shades of London Hue #9D859C

Tints of London Hue #9D859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

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

R = 35.2%
G = 29.82%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D859C (or 0x9D859C) is known color: London Hue. HEX triplet: 9D, 85 and 9C. RGB value is (157,133,156). Sum of RGB (Red+Green+Blue) = 157+133+156=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D859C is #627A63. Grayscale: #8E8E8E. Windows color (decimal): -6453860 or 10257821. OLE color: 10257821.

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

Color convert

RGB 157 133 156 -
CMYK 0 0.15 0.01 0.38
HSL 302.5º 0.11% 0.57% -
HSV(B) 302.5º 0.15% 0.62% -
XYZ 28.29 26.34 35.05 -
YUV 142.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 157 133 156 0 0.15 0.01 0.38 302.5 0.11 0.57
Hex 9D 85 9C 0 F 1 26 12E B 39
Octal 235 205 234 0 17 1 46 456 13 71
Binary 10011101 10000101 10011100 0 1111 1 100110 100101110 1011 111001

Color Harmonies of #9D859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D859C

Black with #9D859C

Text Example


Text Example

White with #9D859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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