#95798E

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

Shades of Mountbatten Pink #95798E

Tints of Mountbatten Pink #95798E

Color information

#95798E (or 0x95798E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 79 and 8E. RGB value is (149,121,142). Sum of RGB (Red+Green+Blue) = 149+121+142=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #95798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95798E is #6A8671. Grayscale: #838383. Windows color (decimal): -6981234 or 9337237. OLE color: 9337237.

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

Color convert

RGB149121142-
CMYK00.190.050.42
HSL315º11.67%52.94%-
HSV(B)315º18.79%58.43%-
XYZ24.1122.0228.57-
YUV131.77133.78140.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=36.17%
G=29.37%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912114200.190.050.4231511.6752.94
Hex95798E01352A13bc35
Octal2251712160235524731465
Binary100101011111001100011100100111011010101001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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