Html Css Color HEX #98838F Mountbatten Pink

📋 copy color: '#98838F'

red 152 ◦ green 131 ◦ blue 143

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

Shades of Mountbatten Pink #98838F

Tints of Mountbatten Pink #98838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 35.68%
G = 30.75%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98838F (or 0x98838F) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 8F. RGB value is (152,131,143). Sum of RGB (Red+Green+Blue) = 152+131+143=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838F is #677C70. Grayscale: #8A8A8A. Windows color (decimal): -6782065 or 9405336. OLE color: 9405336.

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

Color convert

RGB 152 131 143 -
CMYK 0 0.14 0.06 0.40
HSL 325.71º 0.09% 0.55% -
HSV(B) 325.71º 0.14% 0.6% -
XYZ 26.02 24.89 29.42 -
YUV 138.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 152 131 143 0 0.14 0.06 0.40 325.71 0.09 0.55
Hex 98 83 8F 0 E 6 28 146 9 37
Octal 230 203 217 0 16 6 50 506 11 67
Binary 10011000 10000011 10001111 0 1110 110 101000 101000110 1001 110111

Color Harmonies of #98838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838F

Black with #98838F

Text Example


Text Example

White with #98838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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