#918297

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

Shades of Amethyst Smoke #918297

Tints of Amethyst Smoke #918297

Color information

#918297 (or 0x918297) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 82 and 97. RGB value is (145,130,151). Sum of RGB (Red+Green+Blue) = 145+130+151=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #918297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918297 is #6E7D68. Grayscale: #888888. Windows color (decimal): -7241065 or 9929361. OLE color: 9929361.

HSL color Cylindrical-coordinate representation of color #918297: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918297 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145130151-
CMYK0.040.1400.41
HSL282.86º9.17%55.1%-
HSV(B)282.86º13.91%59.22%-
XYZ25.2524.2232.62-
YUV136.88135.97133.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=34.04%
G=30.52%
B=35.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451301510.040.1400.41282.869.1755.1
Hex9182974E02911b937
Octal2212022274160514331167
Binary100100011000001010010111100111001010011000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918297; }

 p { color: rgb(145,130,151); }

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

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

 a { background-color: rgb(145,130,151); }

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

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

 span { border-color: rgb(145,130,151); }

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