#967B89

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

Shades of Mountbatten Pink #967B89

Tints of Mountbatten Pink #967B89

Color information

#967B89 (or 0x967B89) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7B and 89. RGB value is (150,123,137). Sum of RGB (Red+Green+Blue) = 150+123+137=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B89 is #698476. Grayscale: #848484. Windows color (decimal): -6915191 or 9010070. OLE color: 9010070.

HSL color Cylindrical-coordinate representation of color #967B89: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B89 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150123137-
CMYK00.180.090.41
HSL328.89º11.39%53.53%-
HSV(B)328.89º18%58.82%-
XYZ24.1822.4626.73-
YUV132.67130.45140.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=36.59%
G=30%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012313700.180.090.41328.8911.3953.53
Hex967B89012929149b36
Octal22617321102211515111366
Binary1001011011110111000100101001010011010011010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B89; }

 p { color: rgb(150,123,137); }

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

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

 a { background-color: rgb(150,123,137); }

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

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

 span { border-color: rgb(150,123,137); }

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