Html Css Color HEX #937488 Mountbatten Pink

📋 copy color: '#937488'

red 147 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #937488

Tints of Mountbatten Pink #937488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 36.84%
G = 29.07%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#937488 (or 0x937488) is known color: Mountbatten Pink. HEX triplet: 93, 74 and 88. RGB value is (147,116,136). Sum of RGB (Red+Green+Blue) = 147+116+136=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937488 is #6C8B77. Grayscale: #7F7F7F. Windows color (decimal): -7113592 or 8942739. OLE color: 8942739.

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

Color convert

RGB 147 116 136 -
CMYK 0 0.21 0.07 0.42
HSL 321.29º 0.13% 0.52% -
HSV(B) 321.29º 0.21% 0.58% -
XYZ 22.72 20.47 26.05 -
YUV 127.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 147 116 136 0 0.21 0.07 0.42 321.29 0.13 0.52
Hex 93 74 88 0 15 7 2A 141 D 34
Octal 223 164 210 0 25 7 52 501 15 64
Binary 10010011 1110100 10001000 0 10101 111 101010 101000001 1101 110100

Color Harmonies of #937488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937488

Black with #937488

Text Example


Text Example

White with #937488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937488; }

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

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

background-color css

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

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

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

border-color css

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

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

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