#928298

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

Shades of Amethyst Smoke #928298

Tints of Amethyst Smoke #928298

Color information

#928298 (or 0x928298) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 98. RGB value is (146,130,152). Sum of RGB (Red+Green+Blue) = 146+130+152=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #928298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928298 is #6D7D67. Grayscale: #898989. Windows color (decimal): -7175528 or 9994898. OLE color: 9994898.

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

Color convert

RGB146130152-
CMYK0.040.1400.40
HSL283.64º9.65%55.29%-
HSV(B)283.64º14.47%59.61%-
XYZ25.524.3433.06-
YUV137.29136.3134.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=34.11%
G=30.37%
B=35.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461301520.040.1400.40283.649.6555.29
Hex9282984E02811ca37
Octal2222022304160504341267
Binary100100101000001010011000100111001010001000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928298; }

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

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

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

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

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

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

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

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