Html Css Color HEX #967989 Mountbatten Pink

📋 copy color: '#967989'

red 150 ◦ green 121 ◦ blue 137

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

Shades of Mountbatten Pink #967989

Tints of Mountbatten Pink #967989

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.66%

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

R = 36.76%
G = 29.66%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967989 (or 0x967989) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 89. RGB value is (150,121,137). Sum of RGB (Red+Green+Blue) = 150+121+137=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #967989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967989 is #698676. Grayscale: #838383. Windows color (decimal): -6915703 or 9009558. OLE color: 9009558.

HSL color Cylindrical-coordinate representation of color #967989: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967989 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 137 -
CMYK 0 0.19 0.09 0.41
HSL 326.9º 0.12% 0.53% -
HSV(B) 326.9º 0.19% 0.59% -
XYZ 23.93 21.96 26.65 -
YUV 131.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 150 121 137 0 0.19 0.09 0.41 326.9 0.12 0.53
Hex 96 79 89 0 13 9 29 147 C 35
Octal 226 171 211 0 23 11 51 507 14 65
Binary 10010110 1111001 10001001 0 10011 1001 101001 101000111 1100 110101

Color Harmonies of #967989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967989

Black with #967989

Text Example


Text Example

White with #967989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967989; }

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

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

background-color css

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

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

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

border-color css

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

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

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