#978293

Color #978293 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #978293

Tints of Mountbatten Pink #978293

Color information

#978293 (or 0x978293) is unknown color: approx 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

RGB151130147-
CMYK00.140.030.41
HSL311.43º9.17%55.1%-
HSV(B)311.43º13.91%59.22%-
XYZ26.0124.6530.99-
YUV138.22132.96137.12-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113014700.140.030.41311.439.1755.1
Hex9782930E329137937
Octal2272022230163514671167
Binary10010111100000101001001101110111010011001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>