#8553E8

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

Shades of Medium Slate Blue #8553E8

Tints of Medium Slate Blue #8553E8

Color information

#8553E8 (or 0x8553E8) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 53 and E8. RGB value is (133,83,232). Sum of RGB (Red+Green+Blue) = 133+83+232=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #8553E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553E8 is #7AAC17. Grayscale: #727272. Windows color (decimal): -8039448 or 15225733. OLE color: 15225733.

HSL color Cylindrical-coordinate representation of color #8553E8: hue angle of 260.13º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8553E8 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13383232-
CMYK0.430.6400.09
HSL260.13º76.41%61.76%-
HSV(B)260.13º64.22%90.98%-
XYZ27.331778.18-
YUV114.94194.06140.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 232 (91.02% from 255) = 51.79%
R=29.69%
G=18.53%
B=51.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133832320.430.6400.09260.1376.4161.76
Hex8553E82B40091044c3e
Octal2051233505310001140411476
Binary100001011010011111010001010111000000010011000001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8553E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8553E8; }

 p { color: rgb(133,83,232); }

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

<style>
 a { background-color: #8553E8; }

 a { background-color: rgb(133,83,232); }

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

<style>
 span { border-color: #8553E8; }

 span { border-color: rgb(133,83,232); }

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