#977698

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

Shades of Violet Blue #977698

Tints of Violet Blue #977698

Color information

#977698 (or 0x977698) is unknown color: approx Violet Blue. HEX triplet: 97, 76 and 98. RGB value is (151,118,152). Sum of RGB (Red+Green+Blue) = 151+118+152=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #977698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977698 is #688967. Grayscale: #838383. Windows color (decimal): -6850920 or 9991831. OLE color: 9991831.

HSL color Cylindrical-coordinate representation of color #977698: hue angle of 298.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977698 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151118152-
CMYK0.010.2200.40
HSL298.24º14.17%52.94%-
HSV(B)298.24º22.37%59.61%-
XYZ24.9121.832.6-
YUV131.74139.43141.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=35.87%
G=28.03%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511181520.010.2200.40298.2414.1752.94
Hex97769811602812ae35
Octal2271662301260504521665
Binary1001011111101101001100011011001010001001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977698; }

 p { color: rgb(151,118,152); }

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

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

 a { background-color: rgb(151,118,152); }

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

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

 span { border-color: rgb(151,118,152); }

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