Html Css Color HEX #937989 Mountbatten Pink

📋 copy color: '#937989'

red 147 ◦ green 121 ◦ blue 137

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

Shades of Mountbatten Pink #937989

Tints of Mountbatten Pink #937989

RGB

 RED value IS 147 (57.81% from 255) = 36.3%

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

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

R = 36.3%
G = 29.88%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#937989 (or 0x937989) is known color: Mountbatten Pink. HEX triplet: 93, 79 and 89. RGB value is (147,121,137). Sum of RGB (Red+Green+Blue) = 147+121+137=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #937989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937989 is #6C8676. Grayscale: #828282. Windows color (decimal): -7112311 or 9009555. OLE color: 9009555.

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

Color convert

RGB 147 121 137 -
CMYK 0 0.18 0.07 0.42
HSL 323.08º 0.11% 0.53% -
HSV(B) 323.08º 0.18% 0.58% -
XYZ 23.39 21.68 26.62 -
YUV 130.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 147 121 137 0 0.18 0.07 0.42 323.08 0.11 0.53
Hex 93 79 89 0 12 7 2A 143 B 35
Octal 223 171 211 0 22 7 52 503 13 65
Binary 10010011 1111001 10001001 0 10010 111 101010 101000011 1011 110101

Color Harmonies of #937989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937989

Black with #937989

Text Example


Text Example

White with #937989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937989; }

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

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

background-color css

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

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

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

border-color css

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

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

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