#957790

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

Shades of Mountbatten Pink #957790

Tints of Mountbatten Pink #957790

Color information

#957790 (or 0x957790) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 90. RGB value is (149,119,144). Sum of RGB (Red+Green+Blue) = 149+119+144=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #957790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957790 is #6A886F. Grayscale: #828282. Windows color (decimal): -6981744 or 9467797. OLE color: 9467797.

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

Color convert

RGB149119144-
CMYK00.200.030.42
HSL310º12.4%52.55%-
HSV(B)310º20.13%58.43%-
XYZ24.0321.629.29-
YUV130.82135.44140.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=36.17%
G=28.88%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911914400.200.030.4231012.452.55
Hex95779001432A136c35
Octal2251672200243524661465
Binary10010101111011110010000010100111010101001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957790; }

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

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

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

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

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

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

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

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