Html Css Color HEX #967B89 Mountbatten Pink

📋 copy color: '#967B89'

red 150 ◦ green 123 ◦ blue 137

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

Shades of Mountbatten Pink #967B89

Tints of Mountbatten Pink #967B89

RGB

 RED value IS 150 (58.98% from 255) = 36.59%

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

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

R = 36.59%
G = 30%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967B89 (or 0x967B89) is known color: Mountbatten Pink. HEX triplet: 96, 7B and 89. RGB value is (150,123,137). Sum of RGB (Red+Green+Blue) = 150+123+137=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B89 is #698476. Grayscale: #848484. Windows color (decimal): -6915191 or 9010070. OLE color: 9010070.

HSL color Cylindrical-coordinate representation of color #967B89: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B89 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 137 -
CMYK 0 0.18 0.09 0.41
HSL 328.89º 0.11% 0.54% -
HSV(B) 328.89º 0.18% 0.59% -
XYZ 24.18 22.46 26.73 -
YUV 132.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 150 123 137 0 0.18 0.09 0.41 328.89 0.11 0.54
Hex 96 7B 89 0 12 9 29 149 B 36
Octal 226 173 211 0 22 11 51 511 13 66
Binary 10010110 1111011 10001001 0 10010 1001 101001 101001001 1011 110110

Color Harmonies of #967B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B89

Black with #967B89

Text Example


Text Example

White with #967B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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