#978194

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

Shades of Mountbatten Pink #978194

Tints of Mountbatten Pink #978194

Color information

#978194 (or 0x978194) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 81 and 94. RGB value is (151,129,148). Sum of RGB (Red+Green+Blue) = 151+129+148=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978194 is #687E6B. Grayscale: #898989. Windows color (decimal): -6848108 or 9732503. OLE color: 9732503.

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

Color convert

RGB151129148-
CMYK00.150.020.41
HSL308.18º9.57%54.9%-
HSV(B)308.18º14.57%59.22%-
XYZ25.9624.4231.36-
YUV137.74133.79137.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=35.28%
G=30.14%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112914800.150.020.41308.189.5754.9
Hex9781940F229134a37
Octal2272012240172514641267
Binary10010111100000011001010001111101010011001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978194; }

 p { color: rgb(151,129,148); }

 H1.HeaderClassName
 {
   color: #978194;
 }
 .AnyTagClassName
 {
   color: #978194;
 }
</style>
background-color css

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

 a { background-color: rgb(151,129,148); }

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

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

 span { border-color: rgb(151,129,148); }

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