#8365F0

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

Shades of Medium Slate Blue #8365F0

Tints of Medium Slate Blue #8365F0

Color information

#8365F0 (or 0x8365F0) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 65 and F0. RGB value is (131,101,240). Sum of RGB (Red+Green+Blue) = 131+101+240=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #8365F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8365F0 is #7C9A0F. Grayscale: #7D7D7D. Windows color (decimal): -8165904 or 15754627. OLE color: 15754627.

HSL color Cylindrical-coordinate representation of color #8365F0: hue angle of 252.95º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8365F0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131101240-
CMYK0.450.5800.06
HSL252.95º82.25%66.86%-
HSV(B)252.95º57.92%94.12%-
XYZ29.7420.4284.81-
YUV125.82192.44131.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 240 (94.14% from 255) = 50.85%
R=27.75%
G=21.40%
B=50.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311012400.450.5800.06252.9582.2566.86
Hex8365F02D3A06fd5243
Octal203145360557206375122103
Binary1000001111001011111000010110111101001101111110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8365F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8365F0; }

 p { color: rgb(131,101,240); }

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

<style>
 a { background-color: #8365F0; }

 a { background-color: rgb(131,101,240); }

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

<style>
 span { border-color: #8365F0; }

 span { border-color: rgb(131,101,240); }

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