Html Css Color HEX #988294 Mountbatten Pink

📋 copy color: '#988294'

red 152 ◦ green 130 ◦ blue 148

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

Shades of Mountbatten Pink #988294

Tints of Mountbatten Pink #988294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 35.35%
G = 30.23%
B = 34.42%

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

#988294 (or 0x988294) is known color: Mountbatten Pink. HEX triplet: 98, 82 and 94. RGB value is (152,130,148). Sum of RGB (Red+Green+Blue) = 152+130+148=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #988294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988294 is #677D6B. Grayscale: #8A8A8A. Windows color (decimal): -6782316 or 9732760. OLE color: 9732760.

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

Color convert

RGB 152 130 148 -
CMYK 0 0.14 0.03 0.40
HSL 310.91º 0.1% 0.55% -
HSV(B) 310.91º 0.14% 0.6% -
XYZ 26.28 24.78 31.41 -
YUV 138.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 152 130 148 0 0.14 0.03 0.40 310.91 0.1 0.55
Hex 98 82 94 0 E 3 28 137 A 37
Octal 230 202 224 0 16 3 50 467 12 67
Binary 10011000 10000010 10010100 0 1110 11 101000 100110111 1010 110111

Color Harmonies of #988294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988294

Black with #988294

Text Example


Text Example

White with #988294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988294; }

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

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

background-color css

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

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

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

border-color css

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

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

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