Html Css Color HEX #937988 Mountbatten Pink

📋 copy color: '#937988'

red 147 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #937988

Tints of Mountbatten Pink #937988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 36.39%
G = 29.95%
B = 33.66%

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

#937988 (or 0x937988) is known color: Mountbatten Pink. HEX triplet: 93, 79 and 88. RGB value is (147,121,136). Sum of RGB (Red+Green+Blue) = 147+121+136=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #937988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937988 is #6C8677. Grayscale: #828282. Windows color (decimal): -7112312 or 8944019. OLE color: 8944019.

HSL color Cylindrical-coordinate representation of color #937988: hue angle of 325.38º 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 #937988 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 121 136 -
CMYK 0 0.18 0.07 0.42
HSL 325.38º 0.11% 0.53% -
HSV(B) 325.38º 0.18% 0.58% -
XYZ 23.31 21.66 26.24 -
YUV 130.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 147 121 136 0 0.18 0.07 0.42 325.38 0.11 0.53
Hex 93 79 88 0 12 7 2A 145 B 35
Octal 223 171 210 0 22 7 52 505 13 65
Binary 10010011 1111001 10001000 0 10010 111 101010 101000101 1011 110101

Color Harmonies of #937988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937988

Black with #937988

Text Example


Text Example

White with #937988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937988; }

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

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

background-color css

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

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

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

border-color css

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

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

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