Html Css Color HEX #93828B Mountbatten Pink

📋 copy color: '#93828B'

red 147 ◦ green 130 ◦ blue 139

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

Shades of Mountbatten Pink #93828B

Tints of Mountbatten Pink #93828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 35.34%
G = 31.25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93828B (or 0x93828B) is known color: Mountbatten Pink. HEX triplet: 93, 82 and 8B. RGB value is (147,130,139). Sum of RGB (Red+Green+Blue) = 147+130+139=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828B is #6C7D74. Grayscale: #888888. Windows color (decimal): -7110005 or 9142931. OLE color: 9142931.

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

Color convert

RGB 147 130 139 -
CMYK 0 0.12 0.05 0.42
HSL 328.24º 0.07% 0.54% -
HSV(B) 328.24º 0.12% 0.58% -
XYZ 24.68 24.03 27.76 -
YUV 136.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 147 130 139 0 0.12 0.05 0.42 328.24 0.07 0.54
Hex 93 82 8B 0 C 5 2A 148 7 36
Octal 223 202 213 0 14 5 52 510 7 66
Binary 10010011 10000010 10001011 0 1100 101 101010 101001000 111 110110

Color Harmonies of #93828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93828B

Black with #93828B

Text Example


Text Example

White with #93828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93828B; }

 p { color: rgb(147,130,139); }

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

background-color css

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

 a { background-color: rgb(147,130,139); }

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

border-color css

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

 span { border-color: rgb(147,130,139); }

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