Html Css Color HEX #988390 Mountbatten Pink

📋 copy color: '#988390'

red 152 ◦ green 131 ◦ blue 144

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

Shades of Mountbatten Pink #988390

Tints of Mountbatten Pink #988390

RGB

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

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

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

R = 35.6%
G = 30.68%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988390 (or 0x988390) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 90. RGB value is (152,131,144). Sum of RGB (Red+Green+Blue) = 152+131+144=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988390 is #677C6F. Grayscale: #8A8A8A. Windows color (decimal): -6782064 or 9470872. OLE color: 9470872.

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

Color convert

RGB 152 131 144 -
CMYK 0 0.14 0.05 0.40
HSL 322.86º 0.09% 0.55% -
HSV(B) 322.86º 0.14% 0.6% -
XYZ 26.1 24.92 29.82 -
YUV 138.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 152 131 144 0 0.14 0.05 0.40 322.86 0.09 0.55
Hex 98 83 90 0 E 5 28 143 9 37
Octal 230 203 220 0 16 5 50 503 11 67
Binary 10011000 10000011 10010000 0 1110 101 101000 101000011 1001 110111

Color Harmonies of #988390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988390

Black with #988390

Text Example


Text Example

White with #988390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988390; }

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

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

background-color css

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

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

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

border-color css

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

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

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