Html Css Color HEX #978293 Mountbatten Pink

📋 copy color: '#978293'

red 151 ◦ green 130 ◦ blue 147

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

Shades of Mountbatten Pink #978293

Tints of Mountbatten Pink #978293

RGB

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

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

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

R = 35.28%
G = 30.37%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#978293 (or 0x978293) is known color: Mountbatten Pink. HEX triplet: 97, 82 and 93. RGB value is (151,130,147). Sum of RGB (Red+Green+Blue) = 151+130+147=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978293 is #687D6C. Grayscale: #8A8A8A. Windows color (decimal): -6847853 or 9667223. OLE color: 9667223.

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

Color convert

RGB 151 130 147 -
CMYK 0 0.14 0.03 0.41
HSL 311.43º 0.09% 0.55% -
HSV(B) 311.43º 0.14% 0.59% -
XYZ 26.01 24.65 30.99 -
YUV 138.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 151 130 147 0 0.14 0.03 0.41 311.43 0.09 0.55
Hex 97 82 93 0 E 3 29 137 9 37
Octal 227 202 223 0 16 3 51 467 11 67
Binary 10010111 10000010 10010011 0 1110 11 101001 100110111 1001 110111

Color Harmonies of #978293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978293

Black with #978293

Text Example


Text Example

White with #978293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978293; }

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

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

background-color css

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

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

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

border-color css

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

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

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