Html Css Color HEX #988293 Mountbatten Pink

📋 copy color: '#988293'

red 152 ◦ green 130 ◦ blue 147

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

Shades of Mountbatten Pink #988293

Tints of Mountbatten Pink #988293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 35.43%
G = 30.3%
B = 34.27%

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

#988293 (or 0x988293) is known color: Mountbatten Pink. HEX triplet: 98, 82 and 93. RGB value is (152,130,147). Sum of RGB (Red+Green+Blue) = 152+130+147=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988293 is #677D6C. Grayscale: #8A8A8A. Windows color (decimal): -6782317 or 9667224. OLE color: 9667224.

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

Color convert

RGB 152 130 147 -
CMYK 0 0.14 0.03 0.40
HSL 313.64º 0.1% 0.55% -
HSV(B) 313.64º 0.14% 0.6% -
XYZ 26.2 24.75 31 -
YUV 138.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 152 130 147 0 0.14 0.03 0.40 313.64 0.1 0.55
Hex 98 82 93 0 E 3 28 13A A 37
Octal 230 202 223 0 16 3 50 472 12 67
Binary 10011000 10000010 10010011 0 1110 11 101000 100111010 1010 110111

Color Harmonies of #988293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988293

Black with #988293

Text Example


Text Example

White with #988293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988293; }

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

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

background-color css

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

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

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

border-color css

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

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

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