Html Css Color HEX #9B7E8A Mountbatten Pink

📋 copy color: '#9B7E8A'

red 155 ◦ green 126 ◦ blue 138

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

Shades of Mountbatten Pink #9B7E8A

Tints of Mountbatten Pink #9B7E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 36.99%
G = 30.07%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B7E8A (or 0x9B7E8A) is known color: Mountbatten Pink. HEX triplet: 9B, 7E and 8A. RGB value is (155,126,138). Sum of RGB (Red+Green+Blue) = 155+126+138=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7E8A is #648175. Grayscale: #888888. Windows color (decimal): -6586742 or 9076379. OLE color: 9076379.

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

Color convert

RGB 155 126 138 -
CMYK 0 0.19 0.11 0.39
HSL 335.17º 0.13% 0.55% -
HSV(B) 335.17º 0.19% 0.61% -
XYZ 25.57 23.73 27.28 -
YUV 136.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 155 126 138 0 0.19 0.11 0.39 335.17 0.13 0.55
Hex 9B 7E 8A 0 13 B 27 14F D 37
Octal 233 176 212 0 23 13 47 517 15 67
Binary 10011011 1111110 10001010 0 10011 1011 100111 101001111 1101 110111

Color Harmonies of #9B7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E8A

Black with #9B7E8A

Text Example


Text Example

White with #9B7E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,138); }

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

background-color css

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

 a { background-color: rgb(155,126,138); }

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

border-color css

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

 span { border-color: rgb(155,126,138); }

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