#8349FF

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

Shades of Medium Slate Blue #8349FF

Tints of Medium Slate Blue #8349FF

Color information

#8349FF (or 0x8349FF) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 49 and FF. RGB value is (131,73,255). Sum of RGB (Red+Green+Blue) = 131+73+255=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8349FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8349FF is #7CB600. Grayscale: #6E6E6E. Windows color (decimal): -8173057 or 16730499. OLE color: 16730499.

HSL color Cylindrical-coordinate representation of color #8349FF: hue angle of 259.12º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8349FF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13173255-
CMYK0.490.7100
HSL259.12º100%64.31%-
HSV(B)259.12º71.37%100%-
XYZ29.7916.8196.28-
YUV111.09209.22142.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 73 (28.91% from 255) = 15.90%
BLUE value IS 255 (100% from 255) = 55.56%
R=28.54%
G=15.90%
B=55.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131732550.490.7100259.1210064.31
Hex8349FF3147001036440
Octal2031113776110700403144100
Binary1000001110010011111111111000110001110010000001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8349FF; }

 p { color: rgb(131,73,255); }

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

<style>
 a { background-color: #8349FF; }

 a { background-color: rgb(131,73,255); }

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

<style>
 span { border-color: #8349FF; }

 span { border-color: rgb(131,73,255); }

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