#8F8FAB

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

Shades of Santas Grey #8F8FAB

Tints of Santas Grey #8F8FAB

Color information

#8F8FAB (or 0x8F8FAB) is unknown color: approx Santas Grey. HEX triplet: 8F, 8F and AB. RGB value is (143,143,171). Sum of RGB (Red+Green+Blue) = 143+143+171=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAB is #707054. Grayscale: #929292. Windows color (decimal): -7368789 or 11243407. OLE color: 11243407.

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

Color convert

RGB143143171-
CMYK0.160.1600.33
HSL240º14.29%61.57%-
HSV(B)240º16.37%67.06%-
XYZ28.528.4242.51-
YUV146.19142125.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=31.29%
G=31.29%
B=37.42%

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
Decimal1431431710.160.1600.3324014.2961.57
Hex8F8FAB1010021f0e3e
Octal21721725320200413601676
Binary10001111100011111010101110000100000100001111100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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