#959298

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

Shades of Amethyst Smoke #959298

Tints of Amethyst Smoke #959298

Color information

#959298 (or 0x959298) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 92 and 98. RGB value is (149,146,152). Sum of RGB (Red+Green+Blue) = 149+146+152=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 152 - color contains mainly: blue. Hex color #959298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959298 is #6A6D67. Grayscale: #939393. Windows color (decimal): -6974824 or 9998997. OLE color: 9998997.

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

Color convert

RGB149146152-
CMYK0.020.0400.40
HSL270º2.83%58.43%-
HSV(B)270º3.95%59.61%-
XYZ28.3429.2133.85-
YUV147.58130.49129.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=33.33%
G=32.66%
B=34.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491461520.020.0400.402702.8358.43
Hex9592982402810e33a
Octal22522223024050416372
Binary10010101100100101001100010100010100010000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959298; }

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

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

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

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

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

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

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

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