Html Css Color HEX #98838C Mountbatten Pink

📋 copy color: '#98838C'

red 152 ◦ green 131 ◦ blue 140

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

Shades of Mountbatten Pink #98838C

Tints of Mountbatten Pink #98838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 35.93%
G = 30.97%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98838C (or 0x98838C) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 8C. RGB value is (152,131,140). Sum of RGB (Red+Green+Blue) = 152+131+140=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838C is #677C73. Grayscale: #8A8A8A. Windows color (decimal): -6782068 or 9208728. OLE color: 9208728.

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

Color convert

RGB 152 131 140 -
CMYK 0 0.14 0.08 0.40
HSL 334.29º 0.09% 0.55% -
HSV(B) 334.29º 0.14% 0.6% -
XYZ 25.8 24.8 28.24 -
YUV 138.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 152 131 140 0 0.14 0.08 0.40 334.29 0.09 0.55
Hex 98 83 8C 0 E 8 28 14E 9 37
Octal 230 203 214 0 16 10 50 516 11 67
Binary 10011000 10000011 10001100 0 1110 1000 101000 101001110 1001 110111

Color Harmonies of #98838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838C

Black with #98838C

Text Example


Text Example

White with #98838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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