#8368F6

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

Shades of Medium Slate Blue #8368F6

Tints of Medium Slate Blue #8368F6

Color information

#8368F6 (or 0x8368F6) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 68 and F6. RGB value is (131,104,246). Sum of RGB (Red+Green+Blue) = 131+104+246=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #8368F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8368F6 is #7C9709. Grayscale: #7F7F7F. Windows color (decimal): -8165130 or 16148611. OLE color: 16148611.

HSL color Cylindrical-coordinate representation of color #8368F6: hue angle of 251.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8368F6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131104246-
CMYK0.470.5800.04
HSL251.41º88.75%68.63%-
HSV(B)251.41º57.72%96.47%-
XYZ30.9421.3889.68-
YUV128.26194.45129.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 246 (96.48% from 255) = 51.14%
R=27.23%
G=21.62%
B=51.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311042460.470.5800.04251.4188.7568.63
Hex8368F62F3A04fb5945
Octal203150366577204373131105
Binary1000001111010001111011010111111101001001111101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8368F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8368F6; }

 p { color: rgb(131,104,246); }

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

<style>
 a { background-color: #8368F6; }

 a { background-color: rgb(131,104,246); }

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

<style>
 span { border-color: #8368F6; }

 span { border-color: rgb(131,104,246); }

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