Html Css Color HEX #978590 Mountbatten Pink

📋 copy color: '#978590'

red 151 ◦ green 133 ◦ blue 144

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

Shades of Mountbatten Pink #978590

Tints of Mountbatten Pink #978590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 35.28%
G = 31.07%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#978590 (or 0x978590) is known color: Mountbatten Pink. HEX triplet: 97, 85 and 90. RGB value is (151,133,144). Sum of RGB (Red+Green+Blue) = 151+133+144=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978590 is #687A6F. Grayscale: #8B8B8B. Windows color (decimal): -6847088 or 9471383. OLE color: 9471383.

HSL color Cylindrical-coordinate representation of color #978590: hue angle of 323.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #978590 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 133 144 -
CMYK 0 0.12 0.05 0.41
HSL 323.33º 0.08% 0.56% -
HSV(B) 323.33º 0.12% 0.59% -
XYZ 26.18 25.37 29.9 -
YUV 139.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 151 133 144 0 0.12 0.05 0.41 323.33 0.08 0.56
Hex 97 85 90 0 C 5 29 143 8 38
Octal 227 205 220 0 14 5 51 503 10 70
Binary 10010111 10000101 10010000 0 1100 101 101001 101000011 1000 111000

Color Harmonies of #978590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978590

Black with #978590

Text Example


Text Example

White with #978590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978590; }

 p { color: rgb(151,133,144); }

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

background-color css

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

 a { background-color: rgb(151,133,144); }

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

border-color css

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

 span { border-color: rgb(151,133,144); }

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