Html Css Color HEX #988993 Mountbatten Pink

📋 copy color: '#988993'

red 152 ◦ green 137 ◦ blue 147

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

Shades of Mountbatten Pink #988993

Tints of Mountbatten Pink #988993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 34.86%
G = 31.42%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988993 (or 0x988993) is known color: Mountbatten Pink. HEX triplet: 98, 89 and 93. RGB value is (152,137,147). Sum of RGB (Red+Green+Blue) = 152+137+147=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988993 is #67766C. Grayscale: #8E8E8E. Windows color (decimal): -6780525 or 9669016. OLE color: 9669016.

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

Color convert

RGB 152 137 147 -
CMYK 0 0.10 0.03 0.40
HSL 320º 0.07% 0.57% -
HSV(B) 320º 0.1% 0.6% -
XYZ 27.16 26.67 31.32 -
YUV 142.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 152 137 147 0 0.10 0.03 0.40 320 0.07 0.57
Hex 98 89 93 0 A 3 28 140 7 39
Octal 230 211 223 0 12 3 50 500 7 71
Binary 10011000 10001001 10010011 0 1010 11 101000 101000000 111 111001

Color Harmonies of #988993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988993

Black with #988993

Text Example


Text Example

White with #988993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988993; }

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

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

background-color css

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

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

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

border-color css

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

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

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