#977796

Color #977796 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #977796

Tints of Violet Blue #977796

Color information

#977796 (or 0x977796) is unknown color: approx Violet Blue. HEX triplet: 97, 77 and 96. RGB value is (151,119,150). Sum of RGB (Red+Green+Blue) = 151+119+150=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #977796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977796 is #688869. Grayscale: #848484. Windows color (decimal): -6850666 or 9861015. OLE color: 9861015.

HSL color Cylindrical-coordinate representation of color #977796: hue angle of 301.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977796 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151119150-
CMYK00.210.010.41
HSL301.88º13.33%52.94%-
HSV(B)301.88º21.19%59.22%-
XYZ24.8621.9731.79-
YUV132.1138.1141.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=35.95%
G=28.33%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111915000.210.010.41301.8813.3352.94
Hex97779601512912ed35
Octal2271672260251514561565
Binary1001011111101111001011001010111010011001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977796; }

 p { color: rgb(151,119,150); }

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

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

 a { background-color: rgb(151,119,150); }

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

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

 span { border-color: rgb(151,119,150); }

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