Html Css Color HEX #93808C Mountbatten Pink

📋 copy color: '#93808C'

red 147 ◦ green 128 ◦ blue 140

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

Shades of Mountbatten Pink #93808C

Tints of Mountbatten Pink #93808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 35.42%
G = 30.84%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93808C (or 0x93808C) is known color: Mountbatten Pink. HEX triplet: 93, 80 and 8C. RGB value is (147,128,140). Sum of RGB (Red+Green+Blue) = 147+128+140=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #93808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808C is #6C7F73. Grayscale: #878787. Windows color (decimal): -7110516 or 9207955. OLE color: 9207955.

HSL color Cylindrical-coordinate representation of color #93808C: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93808C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 140 -
CMYK 0 0.13 0.05 0.42
HSL 322.11º 0.08% 0.54% -
HSV(B) 322.11º 0.13% 0.58% -
XYZ 24.49 23.53 28.06 -
YUV 135.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 147 128 140 0 0.13 0.05 0.42 322.11 0.08 0.54
Hex 93 80 8C 0 D 5 2A 142 8 36
Octal 223 200 214 0 15 5 52 502 10 66
Binary 10010011 10000000 10001100 0 1101 101 101010 101000010 1000 110110

Color Harmonies of #93808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93808C

Black with #93808C

Text Example


Text Example

White with #93808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93808C; }

 p { color: rgb(147,128,140); }

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

background-color css

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

 a { background-color: rgb(147,128,140); }

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

border-color css

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

 span { border-color: rgb(147,128,140); }

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