#958798

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

Shades of Amethyst Smoke #958798

Tints of Amethyst Smoke #958798

Color information

#958798 (or 0x958798) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 87 and 98. RGB value is (149,135,152). Sum of RGB (Red+Green+Blue) = 149+135+152=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #958798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958798 is #6A7867. Grayscale: #8D8D8D. Windows color (decimal): -6977640 or 9996181. OLE color: 9996181.

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

Color convert

RGB149135152-
CMYK0.020.1100.40
HSL289.41º7.62%56.27%-
HSV(B)289.41º11.18%59.61%-
XYZ26.7325.9833.31-
YUV141.12134.14133.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=34.17%
G=30.96%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491351520.020.1100.40289.417.6256.27
Hex9587982B028121838
Octal2252072302130504411070
Binary10010101100001111001100010101101010001001000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958798; }

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

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

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

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

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

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

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

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