Html Css Color HEX #9B7890 Mountbatten Pink

📋 copy color: '#9B7890'

red 155 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #9B7890

Tints of Mountbatten Pink #9B7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 36.99%
G = 28.64%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B7890 (or 0x9B7890) is known color: Mountbatten Pink. HEX triplet: 9B, 78 and 90. RGB value is (155,120,144). Sum of RGB (Red+Green+Blue) = 155+120+144=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7890 is #64876F. Grayscale: #858585. Windows color (decimal): -6588272 or 9468059. OLE color: 9468059.

HSL color Cylindrical-coordinate representation of color #9B7890: hue angle of 318.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7890 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 144 -
CMYK 0 0.23 0.07 0.39
HSL 318.86º 0.15% 0.54% -
HSV(B) 318.86º 0.23% 0.61% -
XYZ 25.27 22.42 29.38 -
YUV 133.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 155 120 144 0 0.23 0.07 0.39 318.86 0.15 0.54
Hex 9B 78 90 0 17 7 27 13F F 36
Octal 233 170 220 0 27 7 47 477 17 66
Binary 10011011 1111000 10010000 0 10111 111 100111 100111111 1111 110110

Color Harmonies of #9B7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7890

Black with #9B7890

Text Example


Text Example

White with #9B7890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,144); }

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

background-color css

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

 a { background-color: rgb(155,120,144); }

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

border-color css

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

 span { border-color: rgb(155,120,144); }

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