Html Css Color HEX #9B7C8F Mountbatten Pink

📋 copy color: '#9B7C8F'

red 155 ◦ green 124 ◦ blue 143

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

Shades of Mountbatten Pink #9B7C8F

Tints of Mountbatten Pink #9B7C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 36.73%
G = 29.38%
B = 33.89%

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

#9B7C8F (or 0x9B7C8F) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 8F. RGB value is (155,124,143). Sum of RGB (Red+Green+Blue) = 155+124+143=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C8F is #648370. Grayscale: #878787. Windows color (decimal): -6587249 or 9403547. OLE color: 9403547.

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

Color convert

RGB 155 124 143 -
CMYK 0 0.2 0.08 0.39
HSL 323.23º 0.13% 0.55% -
HSV(B) 323.23º 0.2% 0.61% -
XYZ 25.68 23.37 29.14 -
YUV 135.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 155 124 143 0 0.2 0.08 0.39 323.23 0.13 0.55
Hex 9B 7C 8F 0 14 8 27 143 D 37
Octal 233 174 217 0 24 10 47 503 15 67
Binary 10011011 1111100 10001111 0 10100 1000 100111 101000011 1101 110111

Color Harmonies of #9B7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C8F

Black with #9B7C8F

Text Example


Text Example

White with #9B7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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