Shades of Light Slate Blue #815FFF
Tints of Light Slate Blue #815FFF
RGB
CMYK
RGB Variations
Color information
#815FFF (or 0x815FFF) is known color: Light Slate Blue. HEX triplet: 81, 5F and FF. RGB value is (129,95,255). Sum of RGB (Red+Green+Blue) = 129+95+255=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #815FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FFF is #7EA000. Grayscale: #7A7A7A. Windows color (decimal): -8298497 or 16736129. OLE color: 16736129.
HSL color Cylindrical-coordinate representation of color #815FFF: hue angle of 252.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #815FFF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 95 | 255 | - |
| CMYK | 0.49 | 0.63 | 0 | 0 |
| HSL | 252.75º | 1% | 0.69% | - |
| HSV(B) | 252.75º | 0.63% | 1% | - |
| XYZ | 31.2 | 20.07 | 96.84 | - |
| YUV | 123.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 255 | 0.49 | 0.63 | 0 | 0 | 252.75 | 1 | 0.69 |
| Hex | 81 | 5F | FF | 31 | 3F | 0 | 0 | FD | 64 | 45 |
| Octal | 201 | 137 | 377 | 61 | 77 | 0 | 0 | 375 | 144 | 105 |
| Binary | 10000001 | 1011111 | 11111111 | 110001 | 111111 | 0 | 0 | 11111101 | 1100100 | 1000101 |
Color Harmonies of #815FFF
Complementary color
Monochromatic Colors of #815FFF
Black with #815FFF
Text Example
Text Example
White with #815FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FFF; }
p { color: rgb(129,95,255); }
H1.HeaderClassName
{
color: #815FFF;
}
.AnyTagClassName
{
color: #815FFF;
}
</style>
background-color css
<style>
a { background-color: #815FFF; }
a { background-color: rgb(129,95,255); }
div.DivClassName
{
background-color: #815FFF;
}
.BgClassName
{
background-color: #815FFF;
}
</style>
border-color css
<style>
span { border-color: #815FFF; }
span { border-color: rgb(129,95,255); }
td.TdClassName
{
border-color: #815FFF;
}
.TagClassName
{
border-color: #815FFF;
}
</style>