#958098

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

Shades of Amethyst Smoke #958098

Tints of Amethyst Smoke #958098

Color information

#958098 (or 0x958098) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 80 and 98. RGB value is (149,128,152). Sum of RGB (Red+Green+Blue) = 149+128+152=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 128 (50.39% from 255 or 29.84% 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 #958098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958098 is #6A7F67. Grayscale: #888888. Windows color (decimal): -6979432 or 9994389. OLE color: 9994389.

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

Color convert

RGB149128152-
CMYK0.020.1600.40
HSL292.5º10.43%54.9%-
HSV(B)292.5º15.79%59.61%-
XYZ25.7824.0933-
YUV137.01136.46136.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=34.73%
G=29.84%
B=35.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491281520.020.1600.40292.510.4354.9
Hex958098210028124a37
Octal2252002302200504441267
Binary100101011000000010011000101000001010001001001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958098; }

 p { color: rgb(149,128,152); }

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

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

 a { background-color: rgb(149,128,152); }

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

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

 span { border-color: rgb(149,128,152); }

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