Html Css Color HEX #988393 Mountbatten Pink

📋 copy color: '#988393'

red 152 ◦ green 131 ◦ blue 147

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

Shades of Mountbatten Pink #988393

Tints of Mountbatten Pink #988393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 35.35%
G = 30.47%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988393 (or 0x988393) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 93. RGB value is (152,131,147). Sum of RGB (Red+Green+Blue) = 152+131+147=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #988393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988393 is #677C6C. Grayscale: #8B8B8B. Windows color (decimal): -6782061 or 9667480. OLE color: 9667480.

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

Color convert

RGB 152 131 147 -
CMYK 0 0.14 0.03 0.40
HSL 314.29º 0.09% 0.55% -
HSV(B) 314.29º 0.14% 0.6% -
XYZ 26.33 25.01 31.04 -
YUV 139.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 152 131 147 0 0.14 0.03 0.40 314.29 0.09 0.55
Hex 98 83 93 0 E 3 28 13A 9 37
Octal 230 203 223 0 16 3 50 472 11 67
Binary 10011000 10000011 10010011 0 1110 11 101000 100111010 1001 110111

Color Harmonies of #988393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988393

Black with #988393

Text Example


Text Example

White with #988393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988393; }

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

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

background-color css

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

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

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

border-color css

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

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

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