Html Css Color HEX #98838D Mountbatten Pink

📋 copy color: '#98838D'

red 152 ◦ green 131 ◦ blue 141

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

Shades of Mountbatten Pink #98838D

Tints of Mountbatten Pink #98838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 35.85%
G = 30.9%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98838D (or 0x98838D) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 8D. RGB value is (152,131,141). Sum of RGB (Red+Green+Blue) = 152+131+141=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838D is #677C72. Grayscale: #8A8A8A. Windows color (decimal): -6782067 or 9274264. OLE color: 9274264.

HSL color Cylindrical-coordinate representation of color #98838D: hue angle of 331.43º degrees, saturation: 0.09, 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 #98838D is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 141 -
CMYK 0 0.14 0.07 0.40
HSL 331.43º 0.09% 0.55% -
HSV(B) 331.43º 0.14% 0.6% -
XYZ 25.87 24.83 28.63 -
YUV 138.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 152 131 141 0 0.14 0.07 0.40 331.43 0.09 0.55
Hex 98 83 8D 0 E 7 28 14B 9 37
Octal 230 203 215 0 16 7 50 513 11 67
Binary 10011000 10000011 10001101 0 1110 111 101000 101001011 1001 110111

Color Harmonies of #98838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838D

Black with #98838D

Text Example


Text Example

White with #98838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98838D; }

 p { color: rgb(152,131,141); }

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

background-color css

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

 a { background-color: rgb(152,131,141); }

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

border-color css

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

 span { border-color: rgb(152,131,141); }

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