#8369ED

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

Shades of Medium Slate Blue #8369ED

Tints of Medium Slate Blue #8369ED

Color information

#8369ED (or 0x8369ED) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 69 and ED. RGB value is (131,105,237). Sum of RGB (Red+Green+Blue) = 131+105+237=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #8369ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8369ED is #7C9612. Grayscale: #7F7F7F. Windows color (decimal): -8164883 or 15559043. OLE color: 15559043.

HSL color Cylindrical-coordinate representation of color #8369ED: hue angle of 251.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8369ED is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131105237-
CMYK0.450.5600.07
HSL251.82º78.57%67.06%-
HSV(B)251.82º55.7%92.94%-
XYZ29.721.0482.62-
YUV127.82189.61130.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=27.70%
G=22.20%
B=50.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311052370.450.5600.07251.8278.5767.06
Hex8369ED2D3807fc4f43
Octal203151355557007374117103
Binary1000001111010011110110110110111100001111111110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8369ED; }

 p { color: rgb(131,105,237); }

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

<style>
 a { background-color: #8369ED; }

 a { background-color: rgb(131,105,237); }

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

<style>
 span { border-color: #8369ED; }

 span { border-color: rgb(131,105,237); }

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