#8566E3

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

Shades of Medium Slate Blue #8566E3

Tints of Medium Slate Blue #8566E3

Color information

#8566E3 (or 0x8566E3) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 66 and E3. RGB value is (133,102,227). Sum of RGB (Red+Green+Blue) = 133+102+227=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #8566E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566E3 is #7A991C. Grayscale: #7D7D7D. Windows color (decimal): -8034589 or 14902917. OLE color: 14902917.

HSL color Cylindrical-coordinate representation of color #8566E3: hue angle of 254.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8566E3 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB133102227-
CMYK0.410.5500.11
HSL254.88º69.06%64.51%-
HSV(B)254.88º55.07%89.02%-
XYZ28.2920.0475.05-
YUV125.52185.27133.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 227 (89.06% from 255) = 49.13%
R=28.79%
G=22.08%
B=49.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331022270.410.5500.11254.8869.0664.51
Hex8566E329370Bff4541
Octal2051463435167013377105101
Binary10000101110011011100011101001110111010111111111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8566E3; }

 p { color: rgb(133,102,227); }

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

<style>
 a { background-color: #8566E3; }

 a { background-color: rgb(133,102,227); }

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

<style>
 span { border-color: #8566E3; }

 span { border-color: rgb(133,102,227); }

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