Html Css Color HEX #98858E Mountbatten Pink

📋 copy color: '#98858E'

red 152 ◦ green 133 ◦ blue 142

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

Shades of Mountbatten Pink #98858E

Tints of Mountbatten Pink #98858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 35.6%
G = 31.15%
B = 33.26%

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

#98858E (or 0x98858E) is known color: Mountbatten Pink. HEX triplet: 98, 85 and 8E. RGB value is (152,133,142). Sum of RGB (Red+Green+Blue) = 152+133+142=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858E is #677A71. Grayscale: #8B8B8B. Windows color (decimal): -6781554 or 9340312. OLE color: 9340312.

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

Color convert

RGB 152 133 142 -
CMYK 0 0.13 0.07 0.40
HSL 331.58º 0.08% 0.56% -
HSV(B) 331.58º 0.13% 0.6% -
XYZ 26.22 25.4 29.11 -
YUV 139.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 152 133 142 0 0.13 0.07 0.40 331.58 0.08 0.56
Hex 98 85 8E 0 D 7 28 14C 8 38
Octal 230 205 216 0 15 7 50 514 10 70
Binary 10011000 10000101 10001110 0 1101 111 101000 101001100 1000 111000

Color Harmonies of #98858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98858E

Black with #98858E

Text Example


Text Example

White with #98858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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