Html Css Color HEX #978393 Mountbatten Pink

📋 copy color: '#978393'

red 151 ◦ green 131 ◦ blue 147

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

Shades of Mountbatten Pink #978393

Tints of Mountbatten Pink #978393

RGB

 RED value IS 151 (59.38% from 255) = 35.2%

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 35.2%
G = 30.54%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#978393 (or 0x978393) is known color: Mountbatten Pink. HEX triplet: 97, 83 and 93. RGB value is (151,131,147). Sum of RGB (Red+Green+Blue) = 151+131+147=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978393 is #687C6C. Grayscale: #8A8A8A. Windows color (decimal): -6847597 or 9667479. OLE color: 9667479.

HSL color Cylindrical-coordinate representation of color #978393: hue angle of 312º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978393 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 131 147 -
CMYK 0 0.13 0.03 0.41
HSL 312º 0.09% 0.55% -
HSV(B) 312º 0.13% 0.59% -
XYZ 26.15 24.92 31.04 -
YUV 138.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 151 131 147 0 0.13 0.03 0.41 312 0.09 0.55
Hex 97 83 93 0 D 3 29 138 9 37
Octal 227 203 223 0 15 3 51 470 11 67
Binary 10010111 10000011 10010011 0 1101 11 101001 100111000 1001 110111

Color Harmonies of #978393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978393

Black with #978393

Text Example


Text Example

White with #978393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978393; }

 p { color: rgb(151,131,147); }

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

background-color css

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

 a { background-color: rgb(151,131,147); }

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

border-color css

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

 span { border-color: rgb(151,131,147); }

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