Html Css Color HEX #98708B Mountbatten Pink

📋 copy color: '#98708B'

red 152 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #98708B

Tints of Mountbatten Pink #98708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 37.72%
G = 27.79%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98708B (or 0x98708B) is known color: Mountbatten Pink. HEX triplet: 98, 70 and 8B. RGB value is (152,112,139). Sum of RGB (Red+Green+Blue) = 152+112+139=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #98708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98708B is #678F74. Grayscale: #7E7E7E. Windows color (decimal): -6786933 or 9138328. OLE color: 9138328.

HSL color Cylindrical-coordinate representation of color #98708B: hue angle of 319.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98708B is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 139 -
CMYK 0 0.26 0.09 0.40
HSL 319.5º 0.16% 0.52% -
HSV(B) 319.5º 0.26% 0.6% -
XYZ 23.4 20.13 27.08 -
YUV 127.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 152 112 139 0 0.26 0.09 0.40 319.5 0.16 0.52
Hex 98 70 8B 0 1A 9 28 140 10 34
Octal 230 160 213 0 32 11 50 500 20 64
Binary 10011000 1110000 10001011 0 11010 1001 101000 101000000 10000 110100

Color Harmonies of #98708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98708B

Black with #98708B

Text Example


Text Example

White with #98708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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