#967A8F

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

Shades of Mountbatten Pink #967A8F

Tints of Mountbatten Pink #967A8F

Color information

#967A8F (or 0x967A8F) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7A and 8F. RGB value is (150,122,143). Sum of RGB (Red+Green+Blue) = 150+122+143=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A8F is #698570. Grayscale: #848484. Windows color (decimal): -6915441 or 9403030. OLE color: 9403030.

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

Color convert

RGB150122143-
CMYK00.190.050.41
HSL315º11.76%53.33%-
HSV(B)315º18.67%58.82%-
XYZ24.522.3929.02-
YUV132.77133.78140.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=36.14%
G=29.40%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012214300.190.050.4131511.7653.33
Hex967A8F01352913bc35
Octal2261722170235514731465
Binary100101101111010100011110100111011010011001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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