#98868E

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

Shades of Mountbatten Pink #98868E

Tints of Mountbatten Pink #98868E

Color information

#98868E (or 0x98868E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 86 and 8E. RGB value is (152,134,142). Sum of RGB (Red+Green+Blue) = 152+134+142=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868E is #677971. Grayscale: #8C8C8C. Windows color (decimal): -6781298 or 9340568. OLE color: 9340568.

HSL color Cylindrical-coordinate representation of color #98868E: hue angle of 333.33º 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 #98868E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152134142-
CMYK00.120.070.40
HSL333.33º8.04%56.08%-
HSV(B)333.33º11.84%59.61%-
XYZ26.3625.6829.16-
YUV140.29128.96136.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=35.51%
G=31.31%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213414200.120.070.40333.338.0456.08
Hex98868E0C72814d838
Octal2302062160147505151070
Binary100110001000011010001110011001111010001010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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