#8579FA

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

Shades of Light Slate Blue #8579FA

Tints of Light Slate Blue #8579FA

Color information

#8579FA (or 0x8579FA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 79 and FA. RGB value is (133,121,250). Sum of RGB (Red+Green+Blue) = 133+121+250=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #8579FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8579FA is #7A8605. Grayscale: #8A8A8A. Windows color (decimal): -8029702 or 16415109. OLE color: 16415109.

HSL color Cylindrical-coordinate representation of color #8579FA: hue angle of 245.58º degrees, saturation: 0.93, 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 #8579FA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133121250-
CMYK0.470.5200.02
HSL245.58º92.81%72.75%-
HSV(B)245.58º51.6%98.04%-
XYZ33.7725.5693.6-
YUV139.29190.48123.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=26.39%
G=24.01%
B=49.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331212500.470.5200.02245.5892.8172.75
Hex8579FA2F3402f65d49
Octal205171372576402366135111
Binary100001011111001111110101011111101000101111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8579FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8579FA; }

 p { color: rgb(133,121,250); }

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

<style>
 a { background-color: #8579FA; }

 a { background-color: rgb(133,121,250); }

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

<style>
 span { border-color: #8579FA; }

 span { border-color: rgb(133,121,250); }

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