#98838F

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

Shades of Mountbatten Pink #98838F

Tints of Mountbatten Pink #98838F

Color information

#98838F (or 0x98838F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 83 and 8F. RGB value is (152,131,143). Sum of RGB (Red+Green+Blue) = 152+131+143=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838F is #677C70. Grayscale: #8A8A8A. Windows color (decimal): -6782065 or 9405336. OLE color: 9405336.

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

Color convert

RGB152131143-
CMYK00.140.060.40
HSL325.71º9.25%55.49%-
HSV(B)325.71º13.82%59.61%-
XYZ26.0224.8929.42-
YUV138.65130.46137.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=35.68%
G=30.75%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213114300.140.060.40325.719.2555.49
Hex98838F0E628146937
Octal2302032170166505061167
Binary100110001000001110001111011101101010001010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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