Shades of Light Slate Blue #8159FF
Tints of Light Slate Blue #8159FF
RGB
CMYK
RGB Variations
Color information
#8159FF (or 0x8159FF) is known color: Light Slate Blue. HEX triplet: 81, 59 and FF. RGB value is (129,89,255). Sum of RGB (Red+Green+Blue) = 129+89+255=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8159FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8159FF is #7EA600. Grayscale: #777777. Windows color (decimal): -8300033 or 16734593. OLE color: 16734593.
HSL color Cylindrical-coordinate representation of color #8159FF: hue angle of 254.46º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8159FF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 89 | 255 | - |
| CMYK | 0.49 | 0.65 | 0 | 0 |
| HSL | 254.46º | 1% | 0.67% | - |
| HSV(B) | 254.46º | 0.65% | 1% | - |
| XYZ | 30.68 | 19.03 | 96.66 | - |
| YUV | 119.88 | 204.25 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 255 | 0.49 | 0.65 | 0 | 0 | 254.46 | 1 | 0.67 |
| Hex | 81 | 59 | FF | 31 | 41 | 0 | 0 | FE | 64 | 43 |
| Octal | 201 | 131 | 377 | 61 | 101 | 0 | 0 | 376 | 144 | 103 |
| Binary | 10000001 | 1011001 | 11111111 | 110001 | 1000001 | 0 | 0 | 11111110 | 1100100 | 1000011 |
Color Harmonies of #8159FF
Complementary color
Monochromatic Colors of #8159FF
Black with #8159FF
Text Example
Text Example
White with #8159FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159FF; }
p { color: rgb(129,89,255); }
H1.HeaderClassName
{
color: #8159FF;
}
.AnyTagClassName
{
color: #8159FF;
}
</style>
background-color css
<style>
a { background-color: #8159FF; }
a { background-color: rgb(129,89,255); }
div.DivClassName
{
background-color: #8159FF;
}
.BgClassName
{
background-color: #8159FF;
}
</style>
border-color css
<style>
span { border-color: #8159FF; }
span { border-color: rgb(129,89,255); }
td.TdClassName
{
border-color: #8159FF;
}
.TagClassName
{
border-color: #8159FF;
}
</style>