#8F79FB

Color #8F79FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8F79FB

Tints of Light Slate Blue #8F79FB

Color information

#8F79FB (or 0x8F79FB) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 79 and FB. RGB value is (143,121,251). Sum of RGB (Red+Green+Blue) = 143+121+251=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F79FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F79FB is #708604. Grayscale: #8D8D8D. Windows color (decimal): -7374341 or 16480655. OLE color: 16480655.

HSL color Cylindrical-coordinate representation of color #8F79FB: hue angle of 250.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F79FB is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143121251-
CMYK0.430.5200.02
HSL250.15º94.2%72.94%-
HSV(B)250.15º51.79%98.43%-
XYZ35.5826.4894.5-
YUV142.4189.29128.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 251 (98.44% from 255) = 48.74%
R=27.77%
G=23.50%
B=48.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431212510.430.5200.02250.1594.272.94
Hex8F79FB2B3402fa5e49
Octal217171373536402372136111
Binary100011111111001111110111010111101000101111101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,251); }

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

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

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

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

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

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

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