#8358F3

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

Shades of Medium Slate Blue #8358F3

Tints of Medium Slate Blue #8358F3

Color information

#8358F3 (or 0x8358F3) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 58 and F3. RGB value is (131,88,243). Sum of RGB (Red+Green+Blue) = 131+88+243=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #8358F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358F3 is #7CA70C. Grayscale: #757575. Windows color (decimal): -8169229 or 15947907. OLE color: 15947907.

HSL color Cylindrical-coordinate representation of color #8358F3: hue angle of 256.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8358F3 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13188243-
CMYK0.460.6400.05
HSL256.65º86.59%64.9%-
HSV(B)256.65º63.79%95.29%-
XYZ29.0318.2886.79-
YUV118.53198.25136.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=28.35%
G=19.05%
B=52.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131882430.460.6400.05256.6586.5964.9
Hex8358F32E40051015741
Octal2031303635610005401127101
Binary100000111011000111100111011101000000010110000000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8358F3; }

 p { color: rgb(131,88,243); }

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

<style>
 a { background-color: #8358F3; }

 a { background-color: rgb(131,88,243); }

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

<style>
 span { border-color: #8358F3; }

 span { border-color: rgb(131,88,243); }

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