Html Css Color HEX #977390 Mountbatten Pink

📋 copy color: '#977390'

red 151 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #977390

Tints of Mountbatten Pink #977390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

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

R = 36.83%
G = 28.05%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#977390 (or 0x977390) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 90. RGB value is (151,115,144). Sum of RGB (Red+Green+Blue) = 151+115+144=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #977390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977390 is #688C6F. Grayscale: #808080. Windows color (decimal): -6851696 or 9466775. OLE color: 9466775.

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

Color convert

RGB 151 115 144 -
CMYK 0 0.24 0.05 0.41
HSL 311.67º 0.15% 0.52% -
HSV(B) 311.67º 0.24% 0.59% -
XYZ 23.93 20.85 29.15 -
YUV 129.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 151 115 144 0 0.24 0.05 0.41 311.67 0.15 0.52
Hex 97 73 90 0 18 5 29 138 F 34
Octal 227 163 220 0 30 5 51 470 17 64
Binary 10010111 1110011 10010000 0 11000 101 101001 100111000 1111 110100

Color Harmonies of #977390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977390

Black with #977390

Text Example


Text Example

White with #977390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977390; }

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

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

background-color css

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

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

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

border-color css

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

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

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