Html Css Color HEX #98758A Mountbatten Pink

📋 copy color: '#98758A'

red 152 ◦ green 117 ◦ blue 138

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

Shades of Mountbatten Pink #98758A

Tints of Mountbatten Pink #98758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 37.35%
G = 28.75%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98758A (or 0x98758A) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 8A. RGB value is (152,117,138). Sum of RGB (Red+Green+Blue) = 152+117+138=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758A is #678A75. Grayscale: #818181. Windows color (decimal): -6785654 or 9074072. OLE color: 9074072.

HSL color Cylindrical-coordinate representation of color #98758A: hue angle of 324º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98758A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 138 -
CMYK 0 0.23 0.09 0.40
HSL 324º 0.15% 0.53% -
HSV(B) 324º 0.23% 0.6% -
XYZ 23.9 21.23 26.88 -
YUV 129.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 152 117 138 0 0.23 0.09 0.40 324 0.15 0.53
Hex 98 75 8A 0 17 9 28 144 F 35
Octal 230 165 212 0 27 11 50 504 17 65
Binary 10011000 1110101 10001010 0 10111 1001 101000 101000100 1111 110101

Color Harmonies of #98758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98758A

Black with #98758A

Text Example


Text Example

White with #98758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98758A; }

 p { color: rgb(152,117,138); }

 H1.HeaderClassName
 {
   color: #98758A;
 }
 .AnyTagClassName
 {
   color: #98758A;
 }
</style>

background-color css

<style>
 a { background-color: #98758A; }

 a { background-color: rgb(152,117,138); }

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

border-color css

<style>
 span { border-color: #98758A; }

 span { border-color: rgb(152,117,138); }

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