Html Css Color HEX #957B89 Mountbatten Pink

📋 copy color: '#957B89'

red 149 ◦ green 123 ◦ blue 137

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

Shades of Mountbatten Pink #957B89

Tints of Mountbatten Pink #957B89

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 36.43%
G = 30.07%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957B89 (or 0x957B89) is known color: Mountbatten Pink. HEX triplet: 95, 7B and 89. RGB value is (149,123,137). Sum of RGB (Red+Green+Blue) = 149+123+137=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957B89 is #6A8476. Grayscale: #848484. Windows color (decimal): -6980727 or 9010069. OLE color: 9010069.

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

Color convert

RGB 149 123 137 -
CMYK 0 0.17 0.08 0.42
HSL 327.69º 0.11% 0.53% -
HSV(B) 327.69º 0.17% 0.58% -
XYZ 23.99 22.36 26.72 -
YUV 132.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 149 123 137 0 0.17 0.08 0.42 327.69 0.11 0.53
Hex 95 7B 89 0 11 8 2A 148 B 35
Octal 225 173 211 0 21 10 52 510 13 65
Binary 10010101 1111011 10001001 0 10001 1000 101010 101001000 1011 110101

Color Harmonies of #957B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B89

Black with #957B89

Text Example


Text Example

White with #957B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,137); }

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

background-color css

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

 a { background-color: rgb(149,123,137); }

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

border-color css

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

 span { border-color: rgb(149,123,137); }

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