Shades of Medium Slate Blue #815CF1
Tints of Medium Slate Blue #815CF1
RGB
CMYK
RGB Variations
Color information
#815CF1 (or 0x815CF1) is known color: Medium Slate Blue. HEX triplet: 81, 5C and F1. RGB value is (129,92,241). Sum of RGB (Red+Green+Blue) = 129+92+241=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #815CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CF1 is #7EA30E. Grayscale: #777777. Windows color (decimal): -8299279 or 15817857. OLE color: 15817857.
HSL color Cylindrical-coordinate representation of color #815CF1: hue angle of 254.9º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815CF1 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 92 | 241 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.05 |
| HSL | 254.9º | 0.84% | 0.65% | - |
| HSV(B) | 254.9º | 0.62% | 0.95% | - |
| XYZ | 28.76 | 18.67 | 85.31 | - |
| YUV | 120.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 241 | 0.46 | 0.62 | 0 | 0.05 | 254.9 | 0.84 | 0.65 |
| Hex | 81 | 5C | F1 | 2E | 3E | 0 | 5 | FF | 54 | 41 |
| Octal | 201 | 134 | 361 | 56 | 76 | 0 | 5 | 377 | 124 | 101 |
| Binary | 10000001 | 1011100 | 11110001 | 101110 | 111110 | 0 | 101 | 11111111 | 1010100 | 1000001 |
Color Harmonies of #815CF1
Complementary color
Monochromatic Colors of #815CF1
Black with #815CF1
Text Example
Text Example
White with #815CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CF1; }
p { color: rgb(129,92,241); }
H1.HeaderClassName
{
color: #815CF1;
}
.AnyTagClassName
{
color: #815CF1;
}
</style>
background-color css
<style>
a { background-color: #815CF1; }
a { background-color: rgb(129,92,241); }
div.DivClassName
{
background-color: #815CF1;
}
.BgClassName
{
background-color: #815CF1;
}
</style>
border-color css
<style>
span { border-color: #815CF1; }
span { border-color: rgb(129,92,241); }
td.TdClassName
{
border-color: #815CF1;
}
.TagClassName
{
border-color: #815CF1;
}
</style>