#969398

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

Shades of Amethyst Smoke #969398

Tints of Amethyst Smoke #969398

Color information

#969398 (or 0x969398) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 93 and 98. RGB value is (150,147,152). Sum of RGB (Red+Green+Blue) = 150+147+152=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 152 - color contains mainly: blue. Hex color #969398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969398 is #696C67. Grayscale: #949494. Windows color (decimal): -6909032 or 9999254. OLE color: 9999254.

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

Color convert

RGB150147152-
CMYK0.010.0300.40
HSL276º2.37%58.63%-
HSV(B)276º3.29%59.61%-
XYZ28.6829.6233.91-
YUV148.47129.99129.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=33.41%
G=32.74%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501471520.010.0300.402762.3758.63
Hex9693981302811423b
Octal22622323013050424273
Binary100101101001001110011000111010100010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969398; }

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

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

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

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

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

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

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

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