Shades of Medium Slate Blue #815AF8
Tints of Medium Slate Blue #815AF8
RGB
CMYK
RGB Variations
Color information
#815AF8 (or 0x815AF8) is known color: Medium Slate Blue. HEX triplet: 81, 5A and F8. RGB value is (129,90,248). Sum of RGB (Red+Green+Blue) = 129+90+248=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #815AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AF8 is #7EA507. Grayscale: #777777. Windows color (decimal): -8299784 or 16276097. OLE color: 16276097.
HSL color Cylindrical-coordinate representation of color #815AF8: hue angle of 254.81º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #815AF8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 90 | 248 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.03 |
| HSL | 254.81º | 0.92% | 0.66% | - |
| HSV(B) | 254.81º | 0.64% | 0.97% | - |
| XYZ | 29.65 | 18.76 | 90.86 | - |
| YUV | 119.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 248 | 0.48 | 0.64 | 0 | 0.03 | 254.81 | 0.92 | 0.66 |
| Hex | 81 | 5A | F8 | 30 | 40 | 0 | 3 | FF | 5C | 42 |
| Octal | 201 | 132 | 370 | 60 | 100 | 0 | 3 | 377 | 134 | 102 |
| Binary | 10000001 | 1011010 | 11111000 | 110000 | 1000000 | 0 | 11 | 11111111 | 1011100 | 1000010 |
Color Harmonies of #815AF8
Complementary color
Monochromatic Colors of #815AF8
Black with #815AF8
Text Example
Text Example
White with #815AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AF8; }
p { color: rgb(129,90,248); }
H1.HeaderClassName
{
color: #815AF8;
}
.AnyTagClassName
{
color: #815AF8;
}
</style>
background-color css
<style>
a { background-color: #815AF8; }
a { background-color: rgb(129,90,248); }
div.DivClassName
{
background-color: #815AF8;
}
.BgClassName
{
background-color: #815AF8;
}
</style>
border-color css
<style>
span { border-color: #815AF8; }
span { border-color: rgb(129,90,248); }
td.TdClassName
{
border-color: #815AF8;
}
.TagClassName
{
border-color: #815AF8;
}
</style>