#967A8B

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

Shades of Mountbatten Pink #967A8B

Tints of Mountbatten Pink #967A8B

Color information

#967A8B (or 0x967A8B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7A and 8B. RGB value is (150,122,139). Sum of RGB (Red+Green+Blue) = 150+122+139=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #967A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A8B is #698574. Grayscale: #848484. Windows color (decimal): -6915445 or 9140886. OLE color: 9140886.

HSL color Cylindrical-coordinate representation of color #967A8B: hue angle of 323.57º 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 #967A8B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150122139-
CMYK00.190.070.41
HSL323.57º11.76%53.33%-
HSV(B)323.57º18.67%58.82%-
XYZ24.222.2727.45-
YUV132.31131.78140.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=36.50%
G=29.68%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012213900.190.070.41323.5711.7653.33
Hex967A8B013729144c35
Octal2261722130237515041465
Binary100101101111010100010110100111111010011010001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,139); }

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

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

 a { background-color: rgb(150,122,139); }

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

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

 span { border-color: rgb(150,122,139); }

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