Html Css Color HEX #998794 Mountbatten Pink

📋 copy color: '#998794'

red 153 ◦ green 135 ◦ blue 148

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

Shades of Mountbatten Pink #998794

Tints of Mountbatten Pink #998794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 35.09%
G = 30.96%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998794 (or 0x998794) is known color: Mountbatten Pink. HEX triplet: 99, 87 and 94. RGB value is (153,135,148). Sum of RGB (Red+Green+Blue) = 153+135+148=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998794 is #66786B. Grayscale: #8D8D8D. Windows color (decimal): -6715500 or 9734041. OLE color: 9734041.

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

Color convert

RGB 153 135 148 -
CMYK 0 0.12 0.03 0.4
HSL 316.67º 0.08% 0.56% -
HSV(B) 316.67º 0.12% 0.6% -
XYZ 27.15 26.24 31.65 -
YUV 141.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 153 135 148 0 0.12 0.03 0.4 316.67 0.08 0.56
Hex 99 87 94 0 C 3 28 13D 8 38
Octal 231 207 224 0 14 3 50 475 10 70
Binary 10011001 10000111 10010100 0 1100 11 101000 100111101 1000 111000

Color Harmonies of #998794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998794

Black with #998794

Text Example


Text Example

White with #998794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998794; }

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

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

background-color css

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

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

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

border-color css

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

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

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