Html Css Color HEX #998495 Mountbatten Pink

📋 copy color: '#998495'

red 153 ◦ green 132 ◦ blue 149

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

Shades of Mountbatten Pink #998495

Tints of Mountbatten Pink #998495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 35.25%
G = 30.41%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998495 (or 0x998495) is known color: Mountbatten Pink. HEX triplet: 99, 84 and 95. RGB value is (153,132,149). Sum of RGB (Red+Green+Blue) = 153+132+149=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998495 is #667B6A. Grayscale: #8C8C8C. Windows color (decimal): -6716267 or 9798809. OLE color: 9798809.

HSL color Cylindrical-coordinate representation of color #998495: hue angle of 311.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998495 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 149 -
CMYK 0 0.14 0.03 0.4
HSL 311.43º 0.09% 0.56% -
HSV(B) 311.43º 0.14% 0.6% -
XYZ 26.81 25.44 31.93 -
YUV 140.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 153 132 149 0 0.14 0.03 0.4 311.43 0.09 0.56
Hex 99 84 95 0 E 3 28 137 9 38
Octal 231 204 225 0 16 3 50 467 11 70
Binary 10011001 10000100 10010101 0 1110 11 101000 100110111 1001 111000

Color Harmonies of #998495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998495

Black with #998495

Text Example


Text Example

White with #998495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998495; }

 p { color: rgb(153,132,149); }

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

background-color css

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

 a { background-color: rgb(153,132,149); }

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

border-color css

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

 span { border-color: rgb(153,132,149); }

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