#8564F0

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

Shades of Medium Slate Blue #8564F0

Tints of Medium Slate Blue #8564F0

Color information

#8564F0 (or 0x8564F0) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 64 and F0. RGB value is (133,100,240). Sum of RGB (Red+Green+Blue) = 133+100+240=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #8564F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564F0 is #7A9B0F. Grayscale: #7D7D7D. Windows color (decimal): -8035088 or 15754373. OLE color: 15754373.

HSL color Cylindrical-coordinate representation of color #8564F0: hue angle of 254.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8564F0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133100240-
CMYK0.450.5800.06
HSL254.14º82.35%66.67%-
HSV(B)254.14º58.33%94.12%-
XYZ29.9620.3984.8-
YUV125.83192.43133.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=28.12%
G=21.14%
B=50.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331002400.450.5800.06254.1482.3566.67
Hex8564F02D3A06fe5243
Octal205144360557206376122103
Binary1000010111001001111000010110111101001101111111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8564F0; }

 p { color: rgb(133,100,240); }

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

<style>
 a { background-color: #8564F0; }

 a { background-color: rgb(133,100,240); }

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

<style>
 span { border-color: #8564F0; }

 span { border-color: rgb(133,100,240); }

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