#98858F

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

Shades of Mountbatten Pink #98858F

Tints of Mountbatten Pink #98858F

Color information

#98858F (or 0x98858F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 85 and 8F. RGB value is (152,133,143). Sum of RGB (Red+Green+Blue) = 152+133+143=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858F is #677A70. Grayscale: #8B8B8B. Windows color (decimal): -6781553 or 9405848. OLE color: 9405848.

HSL color Cylindrical-coordinate representation of color #98858F: hue angle of 328.42º 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 #98858F is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152133143-
CMYK00.130.060.40
HSL328.42º8.44%55.88%-
HSV(B)328.42º12.5%59.61%-
XYZ26.2925.4329.51-
YUV139.82129.79136.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=35.51%
G=31.07%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213314300.130.060.40328.428.4455.88
Hex98858F0D628148838
Octal2302052170156505101070
Binary100110001000010110001111011011101010001010010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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