#8359FD

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

Shades of Medium Slate Blue #8359FD

Tints of Medium Slate Blue #8359FD

Color information

#8359FD (or 0x8359FD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 59 and FD. RGB value is (131,89,253). Sum of RGB (Red+Green+Blue) = 131+89+253=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #8359FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359FD is #7CA602. Grayscale: #777777. Windows color (decimal): -8168963 or 16603523. OLE color: 16603523.

HSL color Cylindrical-coordinate representation of color #8359FD: hue angle of 255.37º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8359FD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13189253-
CMYK0.480.6500.01
HSL255.37º97.62%67.06%-
HSV(B)255.37º64.82%99.22%-
XYZ30.6619.0694.99-
YUV120.25202.91135.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=27.70%
G=18.82%
B=53.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131892530.480.6500.01255.3797.6267.06
Hex8359FD304101ff6243
Octal2031313756010101377142103
Binary100000111011001111111011100001000001011111111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8359FD; }

 p { color: rgb(131,89,253); }

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

<style>
 a { background-color: #8359FD; }

 a { background-color: rgb(131,89,253); }

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

<style>
 span { border-color: #8359FD; }

 span { border-color: rgb(131,89,253); }

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