Html Css Color HEX #92748E Mountbatten Pink

📋 copy color: '#92748E'

red 146 ◦ green 116 ◦ blue 142

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

Shades of Mountbatten Pink #92748E

Tints of Mountbatten Pink #92748E

RGB

 RED value IS 146 (57.42% from 255) = 36.14%

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 36.14%
G = 28.71%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#92748E (or 0x92748E) is known color: Mountbatten Pink. HEX triplet: 92, 74 and 8E. RGB value is (146,116,142). Sum of RGB (Red+Green+Blue) = 146+116+142=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92748E is #6D8B71. Grayscale: #7F7F7F. Windows color (decimal): -7179122 or 9335954. OLE color: 9335954.

HSL color Cylindrical-coordinate representation of color #92748E: hue angle of 308º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92748E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 116 142 -
CMYK 0 0.21 0.03 0.43
HSL 308º 0.12% 0.51% -
HSV(B) 308º 0.21% 0.57% -
XYZ 22.98 20.55 28.35 -
YUV 127.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 146 116 142 0 0.21 0.03 0.43 308 0.12 0.51
Hex 92 74 8E 0 15 3 2B 134 C 33
Octal 222 164 216 0 25 3 53 464 14 63
Binary 10010010 1110100 10001110 0 10101 11 101011 100110100 1100 110011

Color Harmonies of #92748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92748E

Black with #92748E

Text Example


Text Example

White with #92748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92748E; }

 p { color: rgb(146,116,142); }

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

background-color css

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

 a { background-color: rgb(146,116,142); }

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

border-color css

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

 span { border-color: rgb(146,116,142); }

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