Html Css Color HEX #9B7B8C Mountbatten Pink

📋 copy color: '#9B7B8C'

red 155 ◦ green 123 ◦ blue 140

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

Shades of Mountbatten Pink #9B7B8C

Tints of Mountbatten Pink #9B7B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 37.08%
G = 29.43%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B7B8C (or 0x9B7B8C) is known color: Mountbatten Pink. HEX triplet: 9B, 7B and 8C. RGB value is (155,123,140). Sum of RGB (Red+Green+Blue) = 155+123+140=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B8C is #648473. Grayscale: #868686. Windows color (decimal): -6587508 or 9206683. OLE color: 9206683.

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

Color convert

RGB 155 123 140 -
CMYK 0 0.21 0.10 0.39
HSL 328.13º 0.14% 0.55% -
HSV(B) 328.13º 0.21% 0.61% -
XYZ 25.33 23.03 27.92 -
YUV 134.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 155 123 140 0 0.21 0.10 0.39 328.13 0.14 0.55
Hex 9B 7B 8C 0 15 A 27 148 E 37
Octal 233 173 214 0 25 12 47 510 16 67
Binary 10011011 1111011 10001100 0 10101 1010 100111 101001000 1110 110111

Color Harmonies of #9B7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B8C

Black with #9B7B8C

Text Example


Text Example

White with #9B7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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