Html Css Color HEX #98808E Mountbatten Pink

📋 copy color: '#98808E'

red 152 ◦ green 128 ◦ blue 142

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

Shades of Mountbatten Pink #98808E

Tints of Mountbatten Pink #98808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 36.02%
G = 30.33%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98808E (or 0x98808E) is known color: Mountbatten Pink. HEX triplet: 98, 80 and 8E. RGB value is (152,128,142). Sum of RGB (Red+Green+Blue) = 152+128+142=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98808E is #677F71. Grayscale: #888888. Windows color (decimal): -6782834 or 9339032. OLE color: 9339032.

HSL color Cylindrical-coordinate representation of color #98808E: hue angle of 325º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98808E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 142 -
CMYK 0 0.16 0.07 0.40
HSL 325º 0.1% 0.55% -
HSV(B) 325º 0.16% 0.6% -
XYZ 25.55 24.07 28.89 -
YUV 136.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 152 128 142 0 0.16 0.07 0.40 325 0.1 0.55
Hex 98 80 8E 0 10 7 28 145 A 37
Octal 230 200 216 0 20 7 50 505 12 67
Binary 10011000 10000000 10001110 0 10000 111 101000 101000101 1010 110111

Color Harmonies of #98808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98808E

Black with #98808E

Text Example


Text Example

White with #98808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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