Html Css Color HEX #95798B Mountbatten Pink

📋 copy color: '#95798B'

red 149 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #95798B

Tints of Mountbatten Pink #95798B

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 121 (47.66% from 255) = 29.58%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 36.43%
G = 29.58%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95798B (or 0x95798B) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 8B. RGB value is (149,121,139). Sum of RGB (Red+Green+Blue) = 149+121+139=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95798B is #6A8674. Grayscale: #838383. Windows color (decimal): -6981237 or 9140629. OLE color: 9140629.

HSL color Cylindrical-coordinate representation of color #95798B: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95798B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 139 -
CMYK 0 0.19 0.07 0.42
HSL 321.43º 0.12% 0.53% -
HSV(B) 321.43º 0.19% 0.58% -
XYZ 23.89 21.93 27.4 -
YUV 131.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 149 121 139 0 0.19 0.07 0.42 321.43 0.12 0.53
Hex 95 79 8B 0 13 7 2A 141 C 35
Octal 225 171 213 0 23 7 52 501 14 65
Binary 10010101 1111001 10001011 0 10011 111 101010 101000001 1100 110101

Color Harmonies of #95798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95798B

Black with #95798B

Text Example


Text Example

White with #95798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95798B; }

 p { color: rgb(149,121,139); }

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

background-color css

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

 a { background-color: rgb(149,121,139); }

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

border-color css

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

 span { border-color: rgb(149,121,139); }

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