#95778B

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

Shades of Mountbatten Pink #95778B

Tints of Mountbatten Pink #95778B

Color information

#95778B (or 0x95778B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 8B. RGB value is (149,119,139). Sum of RGB (Red+Green+Blue) = 149+119+139=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778B is #6A8874. Grayscale: #828282. Windows color (decimal): -6981749 or 9140117. OLE color: 9140117.

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

Color convert

RGB149119139-
CMYK00.200.070.42
HSL320º12.4%52.55%-
HSV(B)320º20.13%58.43%-
XYZ23.6521.4527.32-
YUV130.25132.94141.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=36.61%
G=29.24%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911913900.200.070.4232012.452.55
Hex95778B01472A140c35
Octal2251672130247525001465
Binary100101011110111100010110101001111010101010000001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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