Html Css Color HEX #957A87 Mountbatten Pink

📋 copy color: '#957A87'

red 149 ◦ green 122 ◦ blue 135

#957A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #957A87

Tints of Mountbatten Pink #957A87

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 36.7%
G = 30.05%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957A87 (or 0x957A87) is known color: Mountbatten Pink. HEX triplet: 95, 7A and 87. RGB value is (149,122,135). Sum of RGB (Red+Green+Blue) = 149+122+135=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #957A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A87 is #6A8578. Grayscale: #838383. Windows color (decimal): -6980985 or 8878741. OLE color: 8878741.

HSL color Cylindrical-coordinate representation of color #957A87: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957A87 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 135 -
CMYK 0 0.18 0.09 0.42
HSL 331.11º 0.11% 0.53% -
HSV(B) 331.11º 0.18% 0.58% -
XYZ 23.73 22.06 25.93 -
YUV 131.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 149 122 135 0 0.18 0.09 0.42 331.11 0.11 0.53
Hex 95 7A 87 0 12 9 2A 14B B 35
Octal 225 172 207 0 22 11 52 513 13 65
Binary 10010101 1111010 10000111 0 10010 1001 101010 101001011 1011 110101

Color Harmonies of #957A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A87

Black with #957A87

Text Example


Text Example

White with #957A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A87; }

 p { color: rgb(149,122,135); }

 H1.HeaderClassName
 {
   color: #957A87;
 }
 .AnyTagClassName
 {
   color: #957A87;
 }
</style>

background-color css

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

 a { background-color: rgb(149,122,135); }

 div.DivClassName
 {
   background-color: #957A87;
 }
 .BgClassName
 {
   background-color: #957A87;
 }
</style>

border-color css

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

 span { border-color: rgb(149,122,135); }

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