#8556FA

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

Shades of Medium Slate Blue #8556FA

Tints of Medium Slate Blue #8556FA

Color information

#8556FA (or 0x8556FA) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 56 and FA. RGB value is (133,86,250). Sum of RGB (Red+Green+Blue) = 133+86+250=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8556FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8556FA is #7AA905. Grayscale: #767676. Windows color (decimal): -8038662 or 16406149. OLE color: 16406149.

HSL color Cylindrical-coordinate representation of color #8556FA: hue angle of 257.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8556FA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13386250-
CMYK0.470.6600.02
HSL257.2º94.25%65.88%-
HSV(B)257.2º65.6%98.04%-
XYZ30.2618.5492.43-
YUV118.75202.07138.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=28.36%
G=18.34%
B=53.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133862500.470.6600.02257.294.2565.88
Hex8556FA2F42021015e42
Octal2051263725710202401136102
Binary10000101101011011111010101111100001001010000000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8556FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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