Html Css Color HEX #976B90 Mountbatten Pink

📋 copy color: '#976B90'

red 151 ◦ green 107 ◦ blue 144

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

Shades of Mountbatten Pink #976B90

Tints of Mountbatten Pink #976B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

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

R = 37.56%
G = 26.62%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#976B90 (or 0x976B90) is known color: Mountbatten Pink. HEX triplet: 97, 6B and 90. RGB value is (151,107,144). Sum of RGB (Red+Green+Blue) = 151+107+144=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #976B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B90 is #68946F. Grayscale: #7C7C7C. Windows color (decimal): -6853744 or 9464727. OLE color: 9464727.

HSL color Cylindrical-coordinate representation of color #976B90: hue angle of 309.55º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976B90 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 144 -
CMYK 0 0.29 0.05 0.41
HSL 309.55º 0.17% 0.51% -
HSV(B) 309.55º 0.29% 0.59% -
XYZ 23.05 19.11 28.86 -
YUV 124.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 151 107 144 0 0.29 0.05 0.41 309.55 0.17 0.51
Hex 97 6B 90 0 1D 5 29 136 11 33
Octal 227 153 220 0 35 5 51 466 21 63
Binary 10010111 1101011 10010000 0 11101 101 101001 100110110 10001 110011

Color Harmonies of #976B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B90

Black with #976B90

Text Example


Text Example

White with #976B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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