#97799B

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

Shades of Amethyst Smoke #97799B

Tints of Amethyst Smoke #97799B

Color information

#97799B (or 0x97799B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 79 and 9B. RGB value is (151,121,155). Sum of RGB (Red+Green+Blue) = 151+121+155=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #97799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97799B is #688664. Grayscale: #858585. Windows color (decimal): -6850149 or 10189207. OLE color: 10189207.

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

Color convert

RGB151121155-
CMYK0.030.2200.39
HSL292.94º14.53%54.12%-
HSV(B)292.94º21.94%60.78%-
XYZ25.5222.6234.03-
YUV133.85139.94140.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=35.36%
G=28.34%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511211550.030.2200.39292.9414.5354.12
Hex97799B316027125f36
Octal2271712333260474451766
Binary10010111111100110011011111011001001111001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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