Html Css Color HEX #967487 Mountbatten Pink

📋 copy color: '#967487'

red 150 ◦ green 116 ◦ blue 135

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

Shades of Mountbatten Pink #967487

Tints of Mountbatten Pink #967487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 37.41%
G = 28.93%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967487 (or 0x967487) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 87. RGB value is (150,116,135). Sum of RGB (Red+Green+Blue) = 150+116+135=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967487 is #698B78. Grayscale: #808080. Windows color (decimal): -6916985 or 8877206. OLE color: 8877206.

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

Color convert

RGB 150 116 135 -
CMYK 0 0.23 0.1 0.41
HSL 326.47º 0.14% 0.52% -
HSV(B) 326.47º 0.23% 0.59% -
XYZ 23.2 20.72 25.7 -
YUV 128.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 150 116 135 0 0.23 0.1 0.41 326.47 0.14 0.52
Hex 96 74 87 0 17 A 29 146 E 34
Octal 226 164 207 0 27 12 51 506 16 64
Binary 10010110 1110100 10000111 0 10111 1010 101001 101000110 1110 110100

Color Harmonies of #967487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967487

Black with #967487

Text Example


Text Example

White with #967487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967487; }

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

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

background-color css

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

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

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

border-color css

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

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

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