#8F8598

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

Shades of Amethyst Smoke #8F8598

Tints of Amethyst Smoke #8F8598

Color information

#8F8598 (or 0x8F8598) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 85 and 98. RGB value is (143,133,152). Sum of RGB (Red+Green+Blue) = 143+133+152=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8598 is #707A67. Grayscale: #8A8A8A. Windows color (decimal): -7371368 or 9995663. OLE color: 9995663.

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

Color convert

RGB143133152-
CMYK0.060.1300.40
HSL271.58º8.44%55.88%-
HSV(B)271.58º12.5%59.61%-
XYZ25.3824.8833.17-
YUV138.16135.81131.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=33.41%
G=31.07%
B=35.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431331520.060.1300.40271.588.4455.88
Hex8F85986D028110838
Octal2172052306150504201070
Binary100011111000010110011000110110101010001000100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,152); }

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

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

 a { background-color: rgb(143,133,152); }

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

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

 span { border-color: rgb(143,133,152); }

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