#967387

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

Shades of Mountbatten Pink #967387

Tints of Mountbatten Pink #967387

Color information

#967387 (or 0x967387) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 73 and 87. RGB value is (150,115,135). Sum of RGB (Red+Green+Blue) = 150+115+135=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #967387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967387 is #698C78. Grayscale: #7F7F7F. Windows color (decimal): -6917241 or 8876950. OLE color: 8876950.

HSL color Cylindrical-coordinate representation of color #967387: hue angle of 325.71º 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 #967387 is Cyan = 0, Magento = 0.23, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB150115135-
CMYK00.230.10.41
HSL325.71º14.29%51.96%-
HSV(B)325.71º23.33%58.82%-
XYZ23.0820.4925.66-
YUV127.74132.1143.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=37.5%
G=28.75%
B=33.75%

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
Decimal15011513500.230.10.41325.7114.2951.96
Hex967387017A29146e34
Octal22616320702712515061664
Binary1001011011100111000011101011110101010011010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967387; }

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

 H1.HeaderClassName
 {
   color: #967387;
 }
 .AnyTagClassName
 {
   color: #967387;
 }
</style>
background-color css

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

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

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

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

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

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