#95798A

Color #95798A Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #95798A

Tints of Mountbatten Pink #95798A

Color information

#95798A (or 0x95798A) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 79 and 8A. RGB value is (149,121,138). Sum of RGB (Red+Green+Blue) = 149+121+138=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95798A is #6A8675. Grayscale: #838383. Windows color (decimal): -6981238 or 9075093. OLE color: 9075093.

HSL color Cylindrical-coordinate representation of color #95798A: hue angle of 323.57º 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 #95798A is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149121138-
CMYK00.190.070.42
HSL323.57º11.67%52.94%-
HSV(B)323.57º18.79%58.43%-
XYZ23.8221.927.02-
YUV131.31131.78140.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=36.52%
G=29.66%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912113800.190.070.42323.5711.6752.94
Hex95798A01372A144c35
Octal2251712120237525041465
Binary100101011111001100010100100111111010101010001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95798A;
 }
 .AnyTagClassName
 {
   color: #95798A;
 }
</style>
background-color css

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

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

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

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

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

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