#967487

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

Shades of Mountbatten Pink #967487

Tints of Mountbatten Pink #967487

Color information

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

RGB150116135-
CMYK00.230.10.41
HSL326.47º13.93%52.16%-
HSV(B)326.47º22.67%58.82%-
XYZ23.220.7225.7-
YUV128.33131.76143.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=37.41%
G=28.93%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011613500.230.10.41326.4713.9352.16
Hex967487017A29146e34
Octal22616420702712515061664
Binary1001011011101001000011101011110101010011010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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