Html Css Color HEX #957687 Mountbatten Pink

📋 copy color: '#957687'

red 149 ◦ green 118 ◦ blue 135

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

Shades of Mountbatten Pink #957687

Tints of Mountbatten Pink #957687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 37.06%
G = 29.35%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957687 (or 0x957687) is known color: Mountbatten Pink. HEX triplet: 95, 76 and 87. RGB value is (149,118,135). Sum of RGB (Red+Green+Blue) = 149+118+135=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957687 is #6A8978. Grayscale: #818181. Windows color (decimal): -6982009 or 8877717. OLE color: 8877717.

HSL color Cylindrical-coordinate representation of color #957687: hue angle of 327.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957687 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 135 -
CMYK 0 0.21 0.09 0.42
HSL 327.1º 0.13% 0.52% -
HSV(B) 327.1º 0.21% 0.58% -
XYZ 23.25 21.1 25.77 -
YUV 129.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 149 118 135 0 0.21 0.09 0.42 327.1 0.13 0.52
Hex 95 76 87 0 15 9 2A 147 D 34
Octal 225 166 207 0 25 11 52 507 15 64
Binary 10010101 1110110 10000111 0 10101 1001 101010 101000111 1101 110100

Color Harmonies of #957687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957687

Black with #957687

Text Example


Text Example

White with #957687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957687; }

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

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

background-color css

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

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

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

border-color css

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

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

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