Html Css Color HEX #98808F Mountbatten Pink

📋 copy color: '#98808F'

red 152 ◦ green 128 ◦ blue 143

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

Shades of Mountbatten Pink #98808F

Tints of Mountbatten Pink #98808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 35.93%
G = 30.26%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98808F (or 0x98808F) is known color: Mountbatten Pink. HEX triplet: 98, 80 and 8F. RGB value is (152,128,143). Sum of RGB (Red+Green+Blue) = 152+128+143=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98808F is #677F70. Grayscale: #888888. Windows color (decimal): -6782833 or 9404568. OLE color: 9404568.

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

Color convert

RGB 152 128 143 -
CMYK 0 0.16 0.06 0.40
HSL 322.5º 0.1% 0.55% -
HSV(B) 322.5º 0.16% 0.6% -
XYZ 25.63 24.1 29.29 -
YUV 136.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 152 128 143 0 0.16 0.06 0.40 322.5 0.1 0.55
Hex 98 80 8F 0 10 6 28 142 A 37
Octal 230 200 217 0 20 6 50 502 12 67
Binary 10011000 10000000 10001111 0 10000 110 101000 101000010 1010 110111

Color Harmonies of #98808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98808F

Black with #98808F

Text Example


Text Example

White with #98808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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