#8567E2

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

Shades of Medium Slate Blue #8567E2

Tints of Medium Slate Blue #8567E2

Color information

#8567E2 (or 0x8567E2) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 67 and E2. RGB value is (133,103,226). Sum of RGB (Red+Green+Blue) = 133+103+226=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #8567E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567E2 is #7A981D. Grayscale: #7D7D7D. Windows color (decimal): -8034334 or 14837637. OLE color: 14837637.

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

Color convert

RGB133103226-
CMYK0.410.5400.11
HSL254.63º67.96%64.51%-
HSV(B)254.63º54.42%88.63%-
XYZ28.2520.1874.36-
YUV125.99184.44133-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=28.79%
G=22.29%
B=48.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331032260.410.5400.11254.6367.9664.51
Hex8567E229360Bff4441
Octal2051473425166013377104101
Binary10000101110011111100010101001110110010111111111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8567E2; }

 p { color: rgb(133,103,226); }

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

<style>
 a { background-color: #8567E2; }

 a { background-color: rgb(133,103,226); }

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

<style>
 span { border-color: #8567E2; }

 span { border-color: rgb(133,103,226); }

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