Html Css Color HEX #976A8C Mountbatten Pink

📋 copy color: '#976A8C'

red 151 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #976A8C

Tints of Mountbatten Pink #976A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 38.04%
G = 26.7%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#976A8C (or 0x976A8C) is known color: Mountbatten Pink. HEX triplet: 97, 6A and 8C. RGB value is (151,106,140). Sum of RGB (Red+Green+Blue) = 151+106+140=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A8C is #689573. Grayscale: #7B7B7B. Windows color (decimal): -6854004 or 9202327. OLE color: 9202327.

HSL color Cylindrical-coordinate representation of color #976A8C: hue angle of 314.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A8C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 140 -
CMYK 0 0.30 0.07 0.41
HSL 314.67º 0.18% 0.5% -
HSV(B) 314.67º 0.3% 0.59% -
XYZ 22.65 18.78 27.24 -
YUV 123.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 151 106 140 0 0.30 0.07 0.41 314.67 0.18 0.5
Hex 97 6A 8C 0 1E 7 29 13B 12 32
Octal 227 152 214 0 36 7 51 473 22 62
Binary 10010111 1101010 10001100 0 11110 111 101001 100111011 10010 110010

Color Harmonies of #976A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A8C

Black with #976A8C

Text Example


Text Example

White with #976A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,140); }

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

background-color css

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

 a { background-color: rgb(151,106,140); }

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

border-color css

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

 span { border-color: rgb(151,106,140); }

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