#968998

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

Shades of Amethyst Smoke #968998

Tints of Amethyst Smoke #968998

Color information

#968998 (or 0x968998) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 89 and 98. RGB value is (150,137,152). Sum of RGB (Red+Green+Blue) = 150+137+152=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 152 - color contains mainly: blue. Hex color #968998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968998 is #697667. Grayscale: #8E8E8E. Windows color (decimal): -6911592 or 9996694. OLE color: 9996694.

HSL color Cylindrical-coordinate representation of color #968998: hue angle of 292º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968998 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150137152-
CMYK0.010.1000.40
HSL292º6.79%56.67%-
HSV(B)292º9.87%59.61%-
XYZ27.1926.6433.42-
YUV142.6133.31133.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 152 (59.77% from 255) = 34.62%
R=34.17%
G=31.21%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501371520.010.1000.402926.7956.67
Hex9689981A028124739
Octal226211230112050444771
Binary100101101000100110011000110100101000100100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968998; }

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

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

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

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

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

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

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

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