Html Css Color HEX #967987 Mountbatten Pink

📋 copy color: '#967987'

red 150 ◦ green 121 ◦ blue 135

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

Shades of Mountbatten Pink #967987

Tints of Mountbatten Pink #967987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.8%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 36.95%
G = 29.8%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967987 (or 0x967987) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 87. RGB value is (150,121,135). Sum of RGB (Red+Green+Blue) = 150+121+135=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967987 is #698678. Grayscale: #838383. Windows color (decimal): -6915705 or 8878486. OLE color: 8878486.

HSL color Cylindrical-coordinate representation of color #967987: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967987 is Cyan = 0, Magento = 0.19, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 135 -
CMYK 0 0.19 0.1 0.41
HSL 331.03º 0.12% 0.53% -
HSV(B) 331.03º 0.19% 0.59% -
XYZ 23.79 21.91 25.9 -
YUV 131.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 150 121 135 0 0.19 0.1 0.41 331.03 0.12 0.53
Hex 96 79 87 0 13 A 29 14B C 35
Octal 226 171 207 0 23 12 51 513 14 65
Binary 10010110 1111001 10000111 0 10011 1010 101001 101001011 1100 110101

Color Harmonies of #967987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967987

Black with #967987

Text Example


Text Example

White with #967987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967987; }

 p { color: rgb(150,121,135); }

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

background-color css

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

 a { background-color: rgb(150,121,135); }

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

border-color css

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

 span { border-color: rgb(150,121,135); }

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