#977795

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

Shades of Violet Blue #977795

Tints of Violet Blue #977795

Color information

#977795 (or 0x977795) is unknown color: approx Violet Blue. HEX triplet: 97, 77 and 95. RGB value is (151,119,149). Sum of RGB (Red+Green+Blue) = 151+119+149=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #977795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977795 is #68886A. Grayscale: #838383. Windows color (decimal): -6850667 or 9795479. OLE color: 9795479.

HSL color Cylindrical-coordinate representation of color #977795: hue angle of 303.75º 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 #977795 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151119149-
CMYK00.210.010.41
HSL303.75º13.33%52.94%-
HSV(B)303.75º21.19%59.22%-
XYZ24.7821.9431.36-
YUV131.99137.6141.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=36.04%
G=28.40%
B=35.56%

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
Decimal15111914900.210.010.41303.7513.3352.94
Hex977795015129130d35
Octal2271672250251514601565
Binary1001011111101111001010101010111010011001100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977795; }

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

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

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

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

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

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

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

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