Html Css Color HEX #9B7B8D Mountbatten Pink

📋 copy color: '#9B7B8D'

red 155 ◦ green 123 ◦ blue 141

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

Shades of Mountbatten Pink #9B7B8D

Tints of Mountbatten Pink #9B7B8D

RGB

 RED value IS 155 (60.94% from 255) = 36.99%

 GREEN value IS 123 (48.44% from 255) = 29.36%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 36.99%
G = 29.36%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B7B8D (or 0x9B7B8D) is known color: Mountbatten Pink. HEX triplet: 9B, 7B and 8D. RGB value is (155,123,141). Sum of RGB (Red+Green+Blue) = 155+123+141=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B8D is #648472. Grayscale: #868686. Windows color (decimal): -6587507 or 9272219. OLE color: 9272219.

HSL color Cylindrical-coordinate representation of color #9B7B8D: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7B8D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 123 141 -
CMYK 0 0.21 0.09 0.39
HSL 326.25º 0.14% 0.55% -
HSV(B) 326.25º 0.21% 0.61% -
XYZ 25.41 23.06 28.31 -
YUV 134.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 155 123 141 0 0.21 0.09 0.39 326.25 0.14 0.55
Hex 9B 7B 8D 0 15 9 27 146 E 37
Octal 233 173 215 0 25 11 47 506 16 67
Binary 10011011 1111011 10001101 0 10101 1001 100111 101000110 1110 110111

Color Harmonies of #9B7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B8D

Black with #9B7B8D

Text Example


Text Example

White with #9B7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,141); }

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

background-color css

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

 a { background-color: rgb(155,123,141); }

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

border-color css

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

 span { border-color: rgb(155,123,141); }

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