#95798B

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

Shades of Mountbatten Pink #95798B

Tints of Mountbatten Pink #95798B

Color information

#95798B (or 0x95798B) is unknown color: approx 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

RGB149121139-
CMYK00.190.070.42
HSL321.43º11.67%52.94%-
HSV(B)321.43º18.79%58.43%-
XYZ23.8921.9327.4-
YUV131.42132.28140.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912113900.190.070.42321.4311.6752.94
Hex95798B01372A141c35
Octal2251712130237525011465
Binary100101011111001100010110100111111010101010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>