#967987

Color #967987 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #967987

Tints of Mountbatten Pink #967987

Color information

#967987 (or 0x967987) is unknown color: approx 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

RGB150121135-
CMYK00.190.10.41
HSL331.03º12.13%53.14%-
HSV(B)331.03º19.33%58.82%-
XYZ23.7921.9125.9-
YUV131.27130.11141.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=36.95%
G=29.80%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012113500.190.10.41331.0312.1353.14
Hex967987013A2914bc35
Octal22617120702312515131465
Binary1001011011110011000011101001110101010011010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>