#98868F

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

Shades of Mountbatten Pink #98868F

Tints of Mountbatten Pink #98868F

Color information

#98868F (or 0x98868F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 86 and 8F. RGB value is (152,134,143). Sum of RGB (Red+Green+Blue) = 152+134+143=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #98868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868F is #677970. Grayscale: #8C8C8C. Windows color (decimal): -6781297 or 9406104. OLE color: 9406104.

HSL color Cylindrical-coordinate representation of color #98868F: hue angle of 330º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98868F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152134143-
CMYK00.120.060.40
HSL330º8.04%56.08%-
HSV(B)330º11.84%59.61%-
XYZ26.4325.7129.56-
YUV140.41129.46136.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=35.43%
G=31.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213414300.120.060.403308.0456.08
Hex98868F0C62814a838
Octal2302062170146505121070
Binary100110001000011010001111011001101010001010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98868F; }

 p { color: rgb(152,134,143); }

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

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

 a { background-color: rgb(152,134,143); }

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

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

 span { border-color: rgb(152,134,143); }

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