#95788B

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

Shades of Mountbatten Pink #95788B

Tints of Mountbatten Pink #95788B

Color information

#95788B (or 0x95788B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 8B. RGB value is (149,120,139). Sum of RGB (Red+Green+Blue) = 149+120+139=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788B is #6A8774. Grayscale: #828282. Windows color (decimal): -6981493 or 9140373. OLE color: 9140373.

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

Color convert

RGB149120139-
CMYK00.190.070.42
HSL320.69º12.03%52.75%-
HSV(B)320.69º19.46%58.43%-
XYZ23.7721.6927.36-
YUV130.84132.61140.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=36.52%
G=29.41%
B=34.07%

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
Decimal14912013900.190.070.42320.6912.0352.75
Hex95788B01372A141c35
Octal2251702130237525011465
Binary100101011111000100010110100111111010101010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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