Html Css Color HEX #988090 Mountbatten Pink

📋 copy color: '#988090'

red 152 ◦ green 128 ◦ blue 144

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

Shades of Mountbatten Pink #988090

Tints of Mountbatten Pink #988090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 35.85%
G = 30.19%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988090 (or 0x988090) is known color: Mountbatten Pink. HEX triplet: 98, 80 and 90. RGB value is (152,128,144). Sum of RGB (Red+Green+Blue) = 152+128+144=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988090 is #677F6F. Grayscale: #888888. Windows color (decimal): -6782832 or 9470104. OLE color: 9470104.

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

Color convert

RGB 152 128 144 -
CMYK 0 0.16 0.05 0.40
HSL 320º 0.1% 0.55% -
HSV(B) 320º 0.16% 0.6% -
XYZ 25.7 24.13 29.69 -
YUV 137 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 152 128 144 0 0.16 0.05 0.40 320 0.1 0.55
Hex 98 80 90 0 10 5 28 140 A 37
Octal 230 200 220 0 20 5 50 500 12 67
Binary 10011000 10000000 10010000 0 10000 101 101000 101000000 1010 110111

Color Harmonies of #988090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988090

Black with #988090

Text Example


Text Example

White with #988090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988090; }

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

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

background-color css

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

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

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

border-color css

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

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

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