Html Css Color HEX #9B7C8D Mountbatten Pink

📋 copy color: '#9B7C8D'

red 155 ◦ green 124 ◦ blue 141

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

Shades of Mountbatten Pink #9B7C8D

Tints of Mountbatten Pink #9B7C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 36.9%
G = 29.52%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B7C8D (or 0x9B7C8D) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 8D. RGB value is (155,124,141). Sum of RGB (Red+Green+Blue) = 155+124+141=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8D is #648372. Grayscale: #878787. Windows color (decimal): -6587251 or 9272475. OLE color: 9272475.

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

Color convert

RGB 155 124 141 -
CMYK 0 0.2 0.09 0.39
HSL 327.1º 0.13% 0.55% -
HSV(B) 327.1º 0.2% 0.61% -
XYZ 25.53 23.31 28.35 -
YUV 135.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 155 124 141 0 0.2 0.09 0.39 327.1 0.13 0.55
Hex 9B 7C 8D 0 14 9 27 147 D 37
Octal 233 174 215 0 24 11 47 507 15 67
Binary 10011011 1111100 10001101 0 10100 1001 100111 101000111 1101 110111

Color Harmonies of #9B7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C8D

Black with #9B7C8D

Text Example


Text Example

White with #9B7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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