#95778F

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

Shades of Mountbatten Pink #95778F

Tints of Mountbatten Pink #95778F

Color information

#95778F (or 0x95778F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 8F. RGB value is (149,119,143). Sum of RGB (Red+Green+Blue) = 149+119+143=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #95778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778F is #6A8870. Grayscale: #828282. Windows color (decimal): -6981745 or 9402261. OLE color: 9402261.

HSL color Cylindrical-coordinate representation of color #95778F: hue angle of 312º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95778F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149119143-
CMYK00.200.040.42
HSL312º12.4%52.55%-
HSV(B)312º20.13%58.43%-
XYZ23.9521.5728.89-
YUV130.71134.94141.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=36.25%
G=28.95%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911914300.200.040.4231212.452.55
Hex95778F01442A138c35
Octal2251672170244524701465
Binary100101011110111100011110101001001010101001110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95778F; }

 p { color: rgb(149,119,143); }

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

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

 a { background-color: rgb(149,119,143); }

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

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

 span { border-color: rgb(149,119,143); }

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