#97779B

Color #97779B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #97779B

Tints of Amethyst Smoke #97779B

Color information

#97779B (or 0x97779B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 77 and 9B. RGB value is (151,119,155). Sum of RGB (Red+Green+Blue) = 151+119+155=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #97779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97779B is #688864. Grayscale: #848484. Windows color (decimal): -6850661 or 10188695. OLE color: 10188695.

HSL color Cylindrical-coordinate representation of color #97779B: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97779B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151119155-
CMYK0.030.2300.39
HSL293.33º15.25%53.73%-
HSV(B)293.33º23.23%60.78%-
XYZ25.2822.1433.95-
YUV132.67140.6141.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=35.53%
G=28%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511191550.030.2300.39293.3315.2553.73
Hex97779B317027125f36
Octal2271672333270474451766
Binary10010111111011110011011111011101001111001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97779B; }

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

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

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

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

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

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

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

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