Html Css Color HEX #998B93 Mountbatten Pink

📋 copy color: '#998B93'

red 153 ◦ green 139 ◦ blue 147

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

Shades of Mountbatten Pink #998B93

Tints of Mountbatten Pink #998B93

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 34.85%
G = 31.66%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#998B93 (or 0x998B93) is known color: Mountbatten Pink. HEX triplet: 99, 8B and 93. RGB value is (153,139,147). Sum of RGB (Red+Green+Blue) = 153+139+147=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #998B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B93 is #66746C. Grayscale: #909090. Windows color (decimal): -6714477 or 9669529. OLE color: 9669529.

HSL color Cylindrical-coordinate representation of color #998B93: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B93 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 147 -
CMYK 0 0.09 0.04 0.4
HSL 325.71º 0.06% 0.57% -
HSV(B) 325.71º 0.09% 0.6% -
XYZ 27.64 27.34 31.43 -
YUV 144.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 153 139 147 0 0.09 0.04 0.4 325.71 0.06 0.57
Hex 99 8B 93 0 9 4 28 146 6 39
Octal 231 213 223 0 11 4 50 506 6 71
Binary 10011001 10001011 10010011 0 1001 100 101000 101000110 110 111001

Color Harmonies of #998B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B93

Black with #998B93

Text Example


Text Example

White with #998B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B93; }

 p { color: rgb(153,139,147); }

 H1.HeaderClassName
 {
   color: #998B93;
 }
 .AnyTagClassName
 {
   color: #998B93;
 }
</style>

background-color css

<style>
 a { background-color: #998B93; }

 a { background-color: rgb(153,139,147); }

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

border-color css

<style>
 span { border-color: #998B93; }

 span { border-color: rgb(153,139,147); }

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