Html Css Color HEX #988194 Mountbatten Pink

📋 copy color: '#988194'

red 152 ◦ green 129 ◦ blue 148

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

Shades of Mountbatten Pink #988194

Tints of Mountbatten Pink #988194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 35.43%
G = 30.07%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988194 (or 0x988194) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 94. RGB value is (152,129,148). Sum of RGB (Red+Green+Blue) = 152+129+148=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988194 is #677E6B. Grayscale: #898989. Windows color (decimal): -6782572 or 9732504. OLE color: 9732504.

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

Color convert

RGB 152 129 148 -
CMYK 0 0.15 0.03 0.40
HSL 310.43º 0.1% 0.55% -
HSV(B) 310.43º 0.15% 0.6% -
XYZ 26.14 24.51 31.37 -
YUV 138.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 152 129 148 0 0.15 0.03 0.40 310.43 0.1 0.55
Hex 98 81 94 0 F 3 28 136 A 37
Octal 230 201 224 0 17 3 50 466 12 67
Binary 10011000 10000001 10010100 0 1111 11 101000 100110110 1010 110111

Color Harmonies of #988194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988194

Black with #988194

Text Example


Text Example

White with #988194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988194; }

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

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

background-color css

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

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

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

border-color css

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

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

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