Html Css Color HEX #967D8B Mountbatten Pink

📋 copy color: '#967D8B'

red 150 ◦ green 125 ◦ blue 139

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

Shades of Mountbatten Pink #967D8B

Tints of Mountbatten Pink #967D8B

RGB

 RED value IS 150 (58.98% from 255) = 36.23%

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 36.23%
G = 30.19%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#967D8B (or 0x967D8B) is known color: Mountbatten Pink. HEX triplet: 96, 7D and 8B. RGB value is (150,125,139). Sum of RGB (Red+Green+Blue) = 150+125+139=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D8B is #698274. Grayscale: #868686. Windows color (decimal): -6914677 or 9141654. OLE color: 9141654.

HSL color Cylindrical-coordinate representation of color #967D8B: hue angle of 326.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D8B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 139 -
CMYK 0 0.17 0.07 0.41
HSL 326.4º 0.11% 0.54% -
HSV(B) 326.4º 0.17% 0.59% -
XYZ 24.57 23.02 27.57 -
YUV 134.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 150 125 139 0 0.17 0.07 0.41 326.4 0.11 0.54
Hex 96 7D 8B 0 11 7 29 146 B 36
Octal 226 175 213 0 21 7 51 506 13 66
Binary 10010110 1111101 10001011 0 10001 111 101001 101000110 1011 110110

Color Harmonies of #967D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D8B

Black with #967D8B

Text Example


Text Example

White with #967D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967D8B; }

 p { color: rgb(150,125,139); }

 H1.HeaderClassName
 {
   color: #967D8B;
 }
 .AnyTagClassName
 {
   color: #967D8B;
 }
</style>

background-color css

<style>
 a { background-color: #967D8B; }

 a { background-color: rgb(150,125,139); }

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

border-color css

<style>
 span { border-color: #967D8B; }

 span { border-color: rgb(150,125,139); }

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