#8565EA

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

Shades of Medium Slate Blue #8565EA

Tints of Medium Slate Blue #8565EA

Color information

#8565EA (or 0x8565EA) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 65 and EA. RGB value is (133,101,234). Sum of RGB (Red+Green+Blue) = 133+101+234=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #8565EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565EA is #7A9A15. Grayscale: #7D7D7D. Windows color (decimal): -8034838 or 15361413. OLE color: 15361413.

HSL color Cylindrical-coordinate representation of color #8565EA: hue angle of 254.44º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8565EA is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133101234-
CMYK0.430.5700.08
HSL254.44º76%65.69%-
HSV(B)254.44º56.84%91.76%-
XYZ29.1820.2380.21-
YUV125.73189.1133.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 234 (91.80% from 255) = 50%
R=28.42%
G=21.58%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331012340.430.5700.08254.447665.69
Hex8565EA2B3908fe4c42
Octal2051453525371010376114102
Binary10000101110010111101010101011111001010001111111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8565EA; }

 p { color: rgb(133,101,234); }

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

<style>
 a { background-color: #8565EA; }

 a { background-color: rgb(133,101,234); }

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

<style>
 span { border-color: #8565EA; }

 span { border-color: rgb(133,101,234); }

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