Html Css Color HEX #998791 Mountbatten Pink

📋 copy color: '#998791'

red 153 ◦ green 135 ◦ blue 145

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

Shades of Mountbatten Pink #998791

Tints of Mountbatten Pink #998791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 35.33%
G = 31.18%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998791 (or 0x998791) is known color: Mountbatten Pink. HEX triplet: 99, 87 and 91. RGB value is (153,135,145). Sum of RGB (Red+Green+Blue) = 153+135+145=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #998791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998791 is #66786E. Grayscale: #8D8D8D. Windows color (decimal): -6715503 or 9537433. OLE color: 9537433.

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

Color convert

RGB 153 135 145 -
CMYK 0 0.12 0.05 0.4
HSL 326.67º 0.08% 0.56% -
HSV(B) 326.67º 0.12% 0.6% -
XYZ 26.91 26.14 30.42 -
YUV 141.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 153 135 145 0 0.12 0.05 0.4 326.67 0.08 0.56
Hex 99 87 91 0 C 5 28 147 8 38
Octal 231 207 221 0 14 5 50 507 10 70
Binary 10011001 10000111 10010001 0 1100 101 101000 101000111 1000 111000

Color Harmonies of #998791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998791

Black with #998791

Text Example


Text Example

White with #998791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998791; }

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

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

background-color css

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

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

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

border-color css

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

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

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