Html Css Color HEX #978194 Mountbatten Pink

📋 copy color: '#978194'

red 151 ◦ green 129 ◦ blue 148

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

Shades of Mountbatten Pink #978194

Tints of Mountbatten Pink #978194

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.2% from 255) = 34.58%

R = 35.28%
G = 30.14%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#978194 (or 0x978194) is known color: 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

RGB 151 129 148 -
CMYK 0 0.15 0.02 0.41
HSL 308.18º 0.1% 0.55% -
HSV(B) 308.18º 0.15% 0.59% -
XYZ 25.96 24.42 31.36 -
YUV 137.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 151 129 148 0 0.15 0.02 0.41 308.18 0.1 0.55
Hex 97 81 94 0 F 2 29 134 A 37
Octal 227 201 224 0 17 2 51 464 12 67
Binary 10010111 10000001 10010100 0 1111 10 101001 100110100 1010 110111

Color Harmonies of #978194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978194

Black with #978194

Text Example


Text Example

White with #978194

Text Example


Text Example

HTML Codes & Css Web 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>