Html Css Color HEX #998294 Mountbatten Pink

📋 copy color: '#998294'

red 153 ◦ green 130 ◦ blue 148

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

Shades of Mountbatten Pink #998294

Tints of Mountbatten Pink #998294

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

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

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

R = 35.5%
G = 30.16%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998294 (or 0x998294) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 94. RGB value is (153,130,148). Sum of RGB (Red+Green+Blue) = 153+130+148=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998294 is #667D6B. Grayscale: #8A8A8A. Windows color (decimal): -6716780 or 9732761. OLE color: 9732761.

HSL color Cylindrical-coordinate representation of color #998294: hue angle of 313.04º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998294 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 148 -
CMYK 0 0.15 0.03 0.4
HSL 313.04º 0.1% 0.55% -
HSV(B) 313.04º 0.15% 0.6% -
XYZ 26.46 24.88 31.42 -
YUV 138.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 153 130 148 0 0.15 0.03 0.4 313.04 0.1 0.55
Hex 99 82 94 0 F 3 28 139 A 37
Octal 231 202 224 0 17 3 50 471 12 67
Binary 10011001 10000010 10010100 0 1111 11 101000 100111001 1010 110111

Color Harmonies of #998294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998294

Black with #998294

Text Example


Text Example

White with #998294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998294; }

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

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

background-color css

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

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

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

border-color css

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

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

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