Shades of Medium Slate Blue #815BFA
Tints of Medium Slate Blue #815BFA
RGB
CMYK
RGB Variations
Color information
#815BFA (or 0x815BFA) is known color: Medium Slate Blue. HEX triplet: 81, 5B and FA. RGB value is (129,91,250). Sum of RGB (Red+Green+Blue) = 129+91+250=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #815BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815BFA is #7EA405. Grayscale: #777777. Windows color (decimal): -8299526 or 16407425. OLE color: 16407425.
HSL color Cylindrical-coordinate representation of color #815BFA: hue angle of 254.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #815BFA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 91 | 250 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.02 |
| HSL | 254.34º | 0.94% | 0.67% | - |
| HSV(B) | 254.34º | 0.64% | 0.98% | - |
| XYZ | 30.05 | 19.05 | 92.54 | - |
| YUV | 120.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 250 | 0.48 | 0.64 | 0 | 0.02 | 254.34 | 0.94 | 0.67 |
| Hex | 81 | 5B | FA | 30 | 40 | 0 | 2 | FE | 5E | 43 |
| Octal | 201 | 133 | 372 | 60 | 100 | 0 | 2 | 376 | 136 | 103 |
| Binary | 10000001 | 1011011 | 11111010 | 110000 | 1000000 | 0 | 10 | 11111110 | 1011110 | 1000011 |
Color Harmonies of #815BFA
Complementary color
Monochromatic Colors of #815BFA
Black with #815BFA
Text Example
Text Example
White with #815BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815BFA; }
p { color: rgb(129,91,250); }
H1.HeaderClassName
{
color: #815BFA;
}
.AnyTagClassName
{
color: #815BFA;
}
</style>
background-color css
<style>
a { background-color: #815BFA; }
a { background-color: rgb(129,91,250); }
div.DivClassName
{
background-color: #815BFA;
}
.BgClassName
{
background-color: #815BFA;
}
</style>
border-color css
<style>
span { border-color: #815BFA; }
span { border-color: rgb(129,91,250); }
td.TdClassName
{
border-color: #815BFA;
}
.TagClassName
{
border-color: #815BFA;
}
</style>