#8359DE

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

Shades of Medium Slate Blue #8359DE

Tints of Medium Slate Blue #8359DE

Color information

#8359DE (or 0x8359DE) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 59 and DE. RGB value is (131,89,222). Sum of RGB (Red+Green+Blue) = 131+89+222=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #8359DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359DE is #7CA621. Grayscale: #747474. Windows color (decimal): -8168994 or 14571907. OLE color: 14571907.

HSL color Cylindrical-coordinate representation of color #8359DE: hue angle of 258.95º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8359DE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13189222-
CMYK0.410.6000.13
HSL258.95º66.83%60.98%-
HSV(B)258.95º59.91%87.06%-
XYZ26.1217.2471.06-
YUV116.72187.41138.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=29.64%
G=20.14%
B=50.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131892220.410.6000.13258.9566.8360.98
Hex8359DE293C0D103433d
Octal203131336517401540310375
Binary10000011101100111011110101001111100011011000000111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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