Html Css Color HEX #9B7F8E Mountbatten Pink

📋 copy color: '#9B7F8E'

red 155 ◦ green 127 ◦ blue 142

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

Shades of Mountbatten Pink #9B7F8E

Tints of Mountbatten Pink #9B7F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 36.56%
G = 29.95%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B7F8E (or 0x9B7F8E) is known color: Mountbatten Pink. HEX triplet: 9B, 7F and 8E. RGB value is (155,127,142). Sum of RGB (Red+Green+Blue) = 155+127+142=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F8E is #648071. Grayscale: #898989. Windows color (decimal): -6586482 or 9338779. OLE color: 9338779.

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

Color convert

RGB 155 127 142 -
CMYK 0 0.18 0.08 0.39
HSL 327.86º 0.12% 0.55% -
HSV(B) 327.86º 0.18% 0.61% -
XYZ 25.99 24.1 28.87 -
YUV 137.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 155 127 142 0 0.18 0.08 0.39 327.86 0.12 0.55
Hex 9B 7F 8E 0 12 8 27 148 C 37
Octal 233 177 216 0 22 10 47 510 14 67
Binary 10011011 1111111 10001110 0 10010 1000 100111 101001000 1100 110111

Color Harmonies of #9B7F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F8E

Black with #9B7F8E

Text Example


Text Example

White with #9B7F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,142); }

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

background-color css

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

 a { background-color: rgb(155,127,142); }

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

border-color css

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

 span { border-color: rgb(155,127,142); }

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