#8F8FAA

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

Shades of Santas Grey #8F8FAA

Tints of Santas Grey #8F8FAA

Color information

#8F8FAA (or 0x8F8FAA) is unknown color: approx Santas Grey. HEX triplet: 8F, 8F and AA. RGB value is (143,143,170). Sum of RGB (Red+Green+Blue) = 143+143+170=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAA is #707055. Grayscale: #919191. Windows color (decimal): -7368790 or 11177871. OLE color: 11177871.

HSL color Cylindrical-coordinate representation of color #8F8FAA: hue angle of 240º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8FAA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143143170-
CMYK0.160.1600.33
HSL240º13.71%61.37%-
HSV(B)240º15.88%66.67%-
XYZ28.4128.3942.01-
YUV146.08141.5125.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=31.36%
G=31.36%
B=37.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431431700.160.1600.3324013.7161.37
Hex8F8FAA1010021f0e3d
Octal21721725220200413601675
Binary10001111100011111010101010000100000100001111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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