Html Css Color HEX #98798B Mountbatten Pink

📋 copy color: '#98798B'

red 152 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #98798B

Tints of Mountbatten Pink #98798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 36.89%
G = 29.37%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98798B (or 0x98798B) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 8B. RGB value is (152,121,139). Sum of RGB (Red+Green+Blue) = 152+121+139=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98798B is #678674. Grayscale: #848484. Windows color (decimal): -6784629 or 9140632. OLE color: 9140632.

HSL color Cylindrical-coordinate representation of color #98798B: hue angle of 325.16º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98798B is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 139 -
CMYK 0 0.20 0.09 0.40
HSL 325.16º 0.13% 0.54% -
HSV(B) 325.16º 0.2% 0.6% -
XYZ 24.45 22.21 27.43 -
YUV 132.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 152 121 139 0 0.20 0.09 0.40 325.16 0.13 0.54
Hex 98 79 8B 0 14 9 28 145 D 36
Octal 230 171 213 0 24 11 50 505 15 66
Binary 10011000 1111001 10001011 0 10100 1001 101000 101000101 1101 110110

Color Harmonies of #98798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98798B

Black with #98798B

Text Example


Text Example

White with #98798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98798B; }

 p { color: rgb(152,121,139); }

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

background-color css

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

 a { background-color: rgb(152,121,139); }

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

border-color css

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

 span { border-color: rgb(152,121,139); }

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