Html Css Color HEX #957B91 Mountbatten Pink

📋 copy color: '#957B91'

red 149 ◦ green 123 ◦ blue 145

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

Shades of Mountbatten Pink #957B91

Tints of Mountbatten Pink #957B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 35.73%
G = 29.5%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957B91 (or 0x957B91) is known color: Mountbatten Pink. HEX triplet: 95, 7B and 91. RGB value is (149,123,145). Sum of RGB (Red+Green+Blue) = 149+123+145=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #957B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957B91 is #6A846E. Grayscale: #858585. Windows color (decimal): -6980719 or 9534357. OLE color: 9534357.

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

Color convert

RGB 149 123 145 -
CMYK 0 0.17 0.03 0.42
HSL 309.23º 0.11% 0.53% -
HSV(B) 309.23º 0.17% 0.58% -
XYZ 24.59 22.6 29.85 -
YUV 133.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 149 123 145 0 0.17 0.03 0.42 309.23 0.11 0.53
Hex 95 7B 91 0 11 3 2A 135 B 35
Octal 225 173 221 0 21 3 52 465 13 65
Binary 10010101 1111011 10010001 0 10001 11 101010 100110101 1011 110101

Color Harmonies of #957B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B91

Black with #957B91

Text Example


Text Example

White with #957B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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