Shades of Light Slate Blue #8359FF
Tints of Light Slate Blue #8359FF
RGB
CMYK
RGB Variations
Color information
#8359FF (or 0x8359FF) is known color: Light Slate Blue. HEX triplet: 83, 59 and FF. RGB value is (131,89,255). Sum of RGB (Red+Green+Blue) = 131+89+255=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8359FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359FF is #7CA600. Grayscale: #777777. Windows color (decimal): -8168961 or 16734595. OLE color: 16734595.
HSL color Cylindrical-coordinate representation of color #8359FF: hue angle of 255.18º 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 #8359FF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 89 | 255 | - |
| CMYK | 0.49 | 0.65 | 0 | 0 |
| HSL | 255.18º | 1% | 0.67% | - |
| HSV(B) | 255.18º | 0.65% | 1% | - |
| XYZ | 30.98 | 19.19 | 96.68 | - |
| YUV | 120.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 255 | 0.49 | 0.65 | 0 | 0 | 255.18 | 1 | 0.67 |
| Hex | 83 | 59 | FF | 31 | 41 | 0 | 0 | FF | 64 | 43 |
| Octal | 203 | 131 | 377 | 61 | 101 | 0 | 0 | 377 | 144 | 103 |
| Binary | 10000011 | 1011001 | 11111111 | 110001 | 1000001 | 0 | 0 | 11111111 | 1100100 | 1000011 |
Color Harmonies of #8359FF
Complementary color
Monochromatic Colors of #8359FF
Black with #8359FF
Text Example
Text Example
White with #8359FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359FF; }
p { color: rgb(131,89,255); }
H1.HeaderClassName
{
color: #8359FF;
}
.AnyTagClassName
{
color: #8359FF;
}
</style>
background-color css
<style>
a { background-color: #8359FF; }
a { background-color: rgb(131,89,255); }
div.DivClassName
{
background-color: #8359FF;
}
.BgClassName
{
background-color: #8359FF;
}
</style>
border-color css
<style>
span { border-color: #8359FF; }
span { border-color: rgb(131,89,255); }
td.TdClassName
{
border-color: #8359FF;
}
.TagClassName
{
border-color: #8359FF;
}
</style>