Html Css Color HEX #94828B Mountbatten Pink

📋 copy color: '#94828B'

red 148 ◦ green 130 ◦ blue 139

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

Shades of Mountbatten Pink #94828B

Tints of Mountbatten Pink #94828B

RGB

 RED value IS 148 (58.2% from 255) = 35.49%

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

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

R = 35.49%
G = 31.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94828B (or 0x94828B) is known color: Mountbatten Pink. HEX triplet: 94, 82 and 8B. RGB value is (148,130,139). Sum of RGB (Red+Green+Blue) = 148+130+139=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828B is #6B7D74. Grayscale: #888888. Windows color (decimal): -7044469 or 9142932. OLE color: 9142932.

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

Color convert

RGB 148 130 139 -
CMYK 0 0.12 0.06 0.42
HSL 330º 0.08% 0.55% -
HSV(B) 330º 0.12% 0.58% -
XYZ 24.86 24.13 27.77 -
YUV 136.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 148 130 139 0 0.12 0.06 0.42 330 0.08 0.55
Hex 94 82 8B 0 C 6 2A 14A 8 37
Octal 224 202 213 0 14 6 52 512 10 67
Binary 10010100 10000010 10001011 0 1100 110 101010 101001010 1000 110111

Color Harmonies of #94828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94828B

Black with #94828B

Text Example


Text Example

White with #94828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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