Html Css Color HEX #98838E Mountbatten Pink

📋 copy color: '#98838E'

red 152 ◦ green 131 ◦ blue 142

#98838E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #98838E

Tints of Mountbatten Pink #98838E

RGB

 RED value IS 152 (59.77% from 255) = 35.76%

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 35.76%
G = 30.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98838E (or 0x98838E) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 8E. RGB value is (152,131,142). Sum of RGB (Red+Green+Blue) = 152+131+142=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #98838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838E is #677C71. Grayscale: #8A8A8A. Windows color (decimal): -6782066 or 9339800. OLE color: 9339800.

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

Color convert

RGB 152 131 142 -
CMYK 0 0.14 0.07 0.40
HSL 328.57º 0.09% 0.55% -
HSV(B) 328.57º 0.14% 0.6% -
XYZ 25.95 24.86 29.02 -
YUV 138.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 152 131 142 0 0.14 0.07 0.40 328.57 0.09 0.55
Hex 98 83 8E 0 E 7 28 149 9 37
Octal 230 203 216 0 16 7 50 511 11 67
Binary 10011000 10000011 10001110 0 1110 111 101000 101001001 1001 110111

Color Harmonies of #98838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838E

Black with #98838E

Text Example


Text Example

White with #98838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98838E;
 }
 .AnyTagClassName
 {
   color: #98838E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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