#987694

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

Shades of Mountbatten Pink #987694

Tints of Mountbatten Pink #987694

Color information

#987694 (or 0x987694) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 94. RGB value is (152,118,148). Sum of RGB (Red+Green+Blue) = 152+118+148=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987694 is #67896B. Grayscale: #838383. Windows color (decimal): -6785388 or 9729688. OLE color: 9729688.

HSL color Cylindrical-coordinate representation of color #987694: hue angle of 307.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987694 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152118148-
CMYK00.220.030.40
HSL307.06º14.17%52.94%-
HSV(B)307.06º22.37%59.61%-
XYZ24.7721.7730.91-
YUV131.59137.26142.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=36.36%
G=28.23%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211814800.220.030.40307.0614.1752.94
Hex987694016328133e35
Octal2301662240263504631665
Binary10011000111011010010100010110111010001001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987694; }

 p { color: rgb(152,118,148); }

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

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

 a { background-color: rgb(152,118,148); }

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

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

 span { border-color: rgb(152,118,148); }

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