#977EBB

Color #977EBB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #977EBB

Tints of Purple Mountain's Majesty #977EBB

Color information

#977EBB (or 0x977EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7E and BB. RGB value is (151,126,187). Sum of RGB (Red+Green+Blue) = 151+126+187=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #977EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EBB is #688144. Grayscale: #8C8C8C. Windows color (decimal): -6848837 or 12287639. OLE color: 12287639.

HSL color Cylindrical-coordinate representation of color #977EBB: hue angle of 264.59º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977EBB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151126187-
CMYK0.190.3300.27
HSL264.59º30.96%61.37%-
HSV(B)264.59º32.62%73.33%-
XYZ29.1925.0950.32-
YUV140.43154.28135.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=32.54%
G=27.16%
B=40.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511261870.190.3300.27264.5930.9661.37
Hex977EBB132101B1091f3d
Octal22717627323410334113775
Binary100101111111110101110111001110000101101110000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977EBB; }

 p { color: rgb(151,126,187); }

 H1.HeaderClassName
 {
   color: #977EBB;
 }
 .AnyTagClassName
 {
   color: #977EBB;
 }
</style>
background-color css

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

 a { background-color: rgb(151,126,187); }

 div.DivClassName
 {
   background-color: #977EBB;
 }
 .BgClassName
 {
   background-color: #977EBB;
 }
</style>
border-color css

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

 span { border-color: rgb(151,126,187); }

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