Html Css Color HEX #998793 Mountbatten Pink

📋 copy color: '#998793'

red 153 ◦ green 135 ◦ blue 147

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

Shades of Mountbatten Pink #998793

Tints of Mountbatten Pink #998793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 35.17%
G = 31.03%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#998793 (or 0x998793) is known color: Mountbatten Pink. HEX triplet: 99, 87 and 93. RGB value is (153,135,147). Sum of RGB (Red+Green+Blue) = 153+135+147=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998793 is #66786C. Grayscale: #8D8D8D. Windows color (decimal): -6715501 or 9668505. OLE color: 9668505.

HSL color Cylindrical-coordinate representation of color #998793: hue angle of 320º 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 #998793 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 147 -
CMYK 0 0.12 0.04 0.4
HSL 320º 0.08% 0.56% -
HSV(B) 320º 0.12% 0.6% -
XYZ 27.07 26.21 31.24 -
YUV 141.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 153 135 147 0 0.12 0.04 0.4 320 0.08 0.56
Hex 99 87 93 0 C 4 28 140 8 38
Octal 231 207 223 0 14 4 50 500 10 70
Binary 10011001 10000111 10010011 0 1100 100 101000 101000000 1000 111000

Color Harmonies of #998793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998793

Black with #998793

Text Example


Text Example

White with #998793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998793; }

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

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

background-color css

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

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

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

border-color css

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

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

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