Html Css Color HEX #98848E Mountbatten Pink

📋 copy color: '#98848E'

red 152 ◦ green 132 ◦ blue 142

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

Shades of Mountbatten Pink #98848E

Tints of Mountbatten Pink #98848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 35.68%
G = 30.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98848E (or 0x98848E) is known color: Mountbatten Pink. HEX triplet: 98, 84 and 8E. RGB value is (152,132,142). Sum of RGB (Red+Green+Blue) = 152+132+142=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98848E is #677B71. Grayscale: #8B8B8B. Windows color (decimal): -6781810 or 9340056. OLE color: 9340056.

HSL color Cylindrical-coordinate representation of color #98848E: hue angle of 330º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98848E is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 142 -
CMYK 0 0.13 0.07 0.40
HSL 330º 0.09% 0.56% -
HSV(B) 330º 0.13% 0.6% -
XYZ 26.08 25.13 29.07 -
YUV 139.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 152 132 142 0 0.13 0.07 0.40 330 0.09 0.56
Hex 98 84 8E 0 D 7 28 14A 9 38
Octal 230 204 216 0 15 7 50 512 11 70
Binary 10011000 10000100 10001110 0 1101 111 101000 101001010 1001 111000

Color Harmonies of #98848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98848E

Black with #98848E

Text Example


Text Example

White with #98848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98848E; }

 p { color: rgb(152,132,142); }

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

background-color css

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

 a { background-color: rgb(152,132,142); }

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

border-color css

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

 span { border-color: rgb(152,132,142); }

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