#98838C

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

Shades of Mountbatten Pink #98838C

Tints of Mountbatten Pink #98838C

Color information

#98838C (or 0x98838C) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 83 and 8C. RGB value is (152,131,140). Sum of RGB (Red+Green+Blue) = 152+131+140=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838C is #677C73. Grayscale: #8A8A8A. Windows color (decimal): -6782068 or 9208728. OLE color: 9208728.

HSL color Cylindrical-coordinate representation of color #98838C: hue angle of 334.29º 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 #98838C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152131140-
CMYK00.140.080.40
HSL334.29º9.25%55.49%-
HSV(B)334.29º13.82%59.61%-
XYZ25.824.828.24-
YUV138.3128.96137.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=35.93%
G=30.97%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213114000.140.080.40334.299.2555.49
Hex98838C0E82814e937
Octal23020321401610505161167
Binary1001100010000011100011000111010001010001010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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