Html Css Color HEX #9B7C8E Mountbatten Pink

📋 copy color: '#9B7C8E'

red 155 ◦ green 124 ◦ blue 142

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

Shades of Mountbatten Pink #9B7C8E

Tints of Mountbatten Pink #9B7C8E

RGB

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

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

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

R = 36.82%
G = 29.45%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B7C8E (or 0x9B7C8E) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 8E. RGB value is (155,124,142). Sum of RGB (Red+Green+Blue) = 155+124+142=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8E is #648371. Grayscale: #878787. Windows color (decimal): -6587250 or 9338011. OLE color: 9338011.

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

Color convert

RGB 155 124 142 -
CMYK 0 0.2 0.08 0.39
HSL 325.16º 0.13% 0.55% -
HSV(B) 325.16º 0.2% 0.61% -
XYZ 25.61 23.34 28.75 -
YUV 135.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 155 124 142 0 0.2 0.08 0.39 325.16 0.13 0.55
Hex 9B 7C 8E 0 14 8 27 145 D 37
Octal 233 174 216 0 24 10 47 505 15 67
Binary 10011011 1111100 10001110 0 10100 1000 100111 101000101 1101 110111

Color Harmonies of #9B7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C8E

Black with #9B7C8E

Text Example


Text Example

White with #9B7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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