#8C8194

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

Shades of Amethyst Smoke #8C8194

Tints of Amethyst Smoke #8C8194

Color information

#8C8194 (or 0x8C8194) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 81 and 94. RGB value is (140,129,148). Sum of RGB (Red+Green+Blue) = 140+129+148=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C8194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8194 is #737E6B. Grayscale: #868686. Windows color (decimal): -7569004 or 9732492. OLE color: 9732492.

HSL color Cylindrical-coordinate representation of color #8C8194: hue angle of 274.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C8194 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB140129148-
CMYK0.050.1300.42
HSL274.74º8.15%54.31%-
HSV(B)274.74º12.84%58.04%-
XYZ24.0123.4131.27-
YUV134.45135.64131.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=33.57%
G=30.94%
B=35.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401291480.050.1300.42274.748.1554.31
Hex8C81945D02A113836
Octal2142012245150524231066
Binary100011001000000110010100101110101010101000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8194; }

 p { color: rgb(140,129,148); }

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

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

 a { background-color: rgb(140,129,148); }

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

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

 span { border-color: rgb(140,129,148); }

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