#8354E8

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

Shades of Medium Slate Blue #8354E8

Tints of Medium Slate Blue #8354E8

Color information

#8354E8 (or 0x8354E8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 54 and E8. RGB value is (131,84,232). Sum of RGB (Red+Green+Blue) = 131+84+232=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #8354E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354E8 is #7CAB17. Grayscale: #727272. Windows color (decimal): -8170264 or 15225987. OLE color: 15225987.

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

Color convert

RGB13184232-
CMYK0.440.6400.09
HSL259.05º76.29%61.96%-
HSV(B)259.05º63.79%90.98%-
XYZ27.116.9978.2-
YUV114.93194.07139.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 232 (91.02% from 255) = 51.90%
R=29.31%
G=18.79%
B=51.90%

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
Decimal131842320.440.6400.09259.0576.2961.96
Hex8354E82C40091034c3e
Octal2031243505410001140311476
Binary100000111010100111010001011001000000010011000000111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8354E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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