#927898

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

Shades of Amethyst Smoke #927898

Tints of Amethyst Smoke #927898

Color information

#927898 (or 0x927898) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 78 and 98. RGB value is (146,120,152). Sum of RGB (Red+Green+Blue) = 146+120+152=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #927898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927898 is #6D8767. Grayscale: #838383. Windows color (decimal): -7178088 or 9992338. OLE color: 9992338.

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

Color convert

RGB146120152-
CMYK0.040.2100.40
HSL288.75º13.45%53.33%-
HSV(B)288.75º21.05%59.61%-
XYZ24.2421.8132.64-
YUV131.42139.61138.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=34.93%
G=28.71%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461201520.040.2100.40288.7513.4553.33
Hex927898415028121d35
Octal2221702304250504411565
Binary100100101111000100110001001010101010001001000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927898; }

 p { color: rgb(146,120,152); }

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

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

 a { background-color: rgb(146,120,152); }

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

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

 span { border-color: rgb(146,120,152); }

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