Shades of Medium Slate Blue #8369ED
Tints of Medium Slate Blue #8369ED
RGB
CMYK
RGB Variations
Color information
#8369ED (or 0x8369ED) is known color: 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
| RGB | 131 | 105 | 237 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.07 |
| HSL | 251.82º | 0.79% | 0.67% | - |
| HSV(B) | 251.82º | 0.56% | 0.93% | - |
| XYZ | 29.7 | 21.04 | 82.62 | - |
| YUV | 127.82 | 189.61 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 237 | 0.45 | 0.56 | 0 | 0.07 | 251.82 | 0.79 | 0.67 |
| Hex | 83 | 69 | ED | 2D | 38 | 0 | 7 | FC | 4F | 43 |
| Octal | 203 | 151 | 355 | 55 | 70 | 0 | 7 | 374 | 117 | 103 |
| Binary | 10000011 | 1101001 | 11101101 | 101101 | 111000 | 0 | 111 | 11111100 | 1001111 | 1000011 |
Color Harmonies of #8369ED
Complementary color
Monochromatic Colors of #8369ED
Black with #8369ED
Text Example
Text Example
White with #8369ED
Text Example
Text Example
HTML Codes & Css Web 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>