Html Css Color HEX #9B7C8B Mountbatten Pink

📋 copy color: '#9B7C8B'

red 155 ◦ green 124 ◦ blue 139

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

Shades of Mountbatten Pink #9B7C8B

Tints of Mountbatten Pink #9B7C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 37.08%
G = 29.67%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B7C8B (or 0x9B7C8B) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 8B. RGB value is (155,124,139). Sum of RGB (Red+Green+Blue) = 155+124+139=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8B is #648374. Grayscale: #868686. Windows color (decimal): -6587253 or 9141403. OLE color: 9141403.

HSL color Cylindrical-coordinate representation of color #9B7C8B: hue angle of 330.97º 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 #9B7C8B is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 124 139 -
CMYK 0 0.2 0.10 0.39
HSL 330.97º 0.13% 0.55% -
HSV(B) 330.97º 0.2% 0.61% -
XYZ 25.39 23.25 27.58 -
YUV 134.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 155 124 139 0 0.2 0.10 0.39 330.97 0.13 0.55
Hex 9B 7C 8B 0 14 A 27 14B D 37
Octal 233 174 213 0 24 12 47 513 15 67
Binary 10011011 1111100 10001011 0 10100 1010 100111 101001011 1101 110111

Color Harmonies of #9B7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C8B

Black with #9B7C8B

Text Example


Text Example

White with #9B7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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