#8F8EAF

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

Shades of Santas Grey #8F8EAF

Tints of Santas Grey #8F8EAF

Color information

#8F8EAF (or 0x8F8EAF) is unknown color: approx Santas Grey. HEX triplet: 8F, 8E and AF. RGB value is (143,142,175). Sum of RGB (Red+Green+Blue) = 143+142+175=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8EAF is #707150. Grayscale: #919191. Windows color (decimal): -7369041 or 11505295. OLE color: 11505295.

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

Color convert

RGB143142175-
CMYK0.180.1900.31
HSL241.82º17.1%62.16%-
HSV(B)241.82º18.86%68.63%-
XYZ28.7428.2844.5-
YUV146.06144.33125.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=31.09%
G=30.87%
B=38.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431421750.180.1900.31241.8217.162.16
Hex8F8EAF121301Ff2113e
Octal21721625722230373622176
Binary10001111100011101010111110010100110111111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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