Html Css Color HEX #998790 Mountbatten Pink

📋 copy color: '#998790'

red 153 ◦ green 135 ◦ blue 144

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

Shades of Mountbatten Pink #998790

Tints of Mountbatten Pink #998790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 35.42%
G = 31.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998790 (or 0x998790) is known color: Mountbatten Pink. HEX triplet: 99, 87 and 90. RGB value is (153,135,144). Sum of RGB (Red+Green+Blue) = 153+135+144=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998790 is #66786F. Grayscale: #8D8D8D. Windows color (decimal): -6715504 or 9471897. OLE color: 9471897.

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

Color convert

RGB 153 135 144 -
CMYK 0 0.12 0.06 0.4
HSL 330º 0.08% 0.56% -
HSV(B) 330º 0.12% 0.6% -
XYZ 26.83 26.11 30.01 -
YUV 141.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 153 135 144 0 0.12 0.06 0.4 330 0.08 0.56
Hex 99 87 90 0 C 6 28 14A 8 38
Octal 231 207 220 0 14 6 50 512 10 70
Binary 10011001 10000111 10010000 0 1100 110 101000 101001010 1000 111000

Color Harmonies of #998790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998790

Black with #998790

Text Example


Text Example

White with #998790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998790; }

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

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

background-color css

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

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

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

border-color css

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

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

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