#8F8FAF

Color #8F8FAF Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #8F8FAF

Tints of Santas Grey #8F8FAF

Color information

#8F8FAF (or 0x8F8FAF) is unknown color: approx Santas Grey. HEX triplet: 8F, 8F and AF. RGB value is (143,143,175). Sum of RGB (Red+Green+Blue) = 143+143+175=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAF is #707050. Grayscale: #929292. Windows color (decimal): -7368785 or 11505551. OLE color: 11505551.

HSL color Cylindrical-coordinate representation of color #8F8FAF: hue angle of 240º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8FAF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143143175-
CMYK0.180.1800.31
HSL240º16.67%62.35%-
HSV(B)240º18.29%68.63%-
XYZ28.8928.5844.55-
YUV146.65144125.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=31.02%
G=31.02%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431431750.180.1800.3124016.6762.35
Hex8F8FAF121201Ff0113e
Octal21721725722220373602176
Binary10001111100011111010111110010100100111111111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,143,175); }

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

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

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

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

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

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

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