#938298

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

Shades of Amethyst Smoke #938298

Tints of Amethyst Smoke #938298

Color information

#938298 (or 0x938298) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 98. RGB value is (147,130,152). Sum of RGB (Red+Green+Blue) = 147+130+152=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #938298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938298 is #6C7D67. Grayscale: #898989. Windows color (decimal): -7109992 or 9994899. OLE color: 9994899.

HSL color Cylindrical-coordinate representation of color #938298: hue angle of 286.36º 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 #938298 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147130152-
CMYK0.030.1400.40
HSL286.36º9.65%55.29%-
HSV(B)286.36º14.47%59.61%-
XYZ25.6824.4433.07-
YUV137.59136.13134.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=34.27%
G=30.30%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471301520.030.1400.40286.369.6555.29
Hex9382983E02811ea37
Octal2232022303160504361267
Binary10010011100000101001100011111001010001000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938298; }

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

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

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

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

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

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

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

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