#8353E8

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

Shades of Medium Slate Blue #8353E8

Tints of Medium Slate Blue #8353E8

Color information

#8353E8 (or 0x8353E8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 53 and E8. RGB value is (131,83,232). Sum of RGB (Red+Green+Blue) = 131+83+232=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #8353E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353E8 is #7CAC17. Grayscale: #717171. Windows color (decimal): -8170520 or 15225731. OLE color: 15225731.

HSL color Cylindrical-coordinate representation of color #8353E8: hue angle of 259.33º 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 #8353E8 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13183232-
CMYK0.440.6400.09
HSL259.33º76.41%61.76%-
HSV(B)259.33º64.22%90.98%-
XYZ27.0216.8478.17-
YUV114.34194.4139.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 232 (91.02% from 255) = 52.02%
R=29.37%
G=18.61%
B=52.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131832320.440.6400.09259.3376.4161.76
Hex8353E82C40091034c3e
Octal2031233505410001140311476
Binary100000111010011111010001011001000000010011000000111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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