Shades of Light Slate Blue #8363FF
Tints of Light Slate Blue #8363FF
RGB
CMYK
RGB Variations
Color information
#8363FF (or 0x8363FF) is known color: Light Slate Blue. HEX triplet: 83, 63 and FF. RGB value is (131,99,255). Sum of RGB (Red+Green+Blue) = 131+99+255=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8363FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8363FF is #7C9C00. Grayscale: #7D7D7D. Windows color (decimal): -8166401 or 16737155. OLE color: 16737155.
HSL color Cylindrical-coordinate representation of color #8363FF: hue angle of 252.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8363FF is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 99 | 255 | - |
| CMYK | 0.49 | 0.61 | 0 | 0 |
| HSL | 252.31º | 1% | 0.69% | - |
| HSV(B) | 252.31º | 0.61% | 1% | - |
| XYZ | 31.87 | 20.97 | 96.98 | - |
| YUV | 126.35 | 200.6 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 255 | 0.49 | 0.61 | 0 | 0 | 252.31 | 1 | 0.69 |
| Hex | 83 | 63 | FF | 31 | 3D | 0 | 0 | FC | 64 | 45 |
| Octal | 203 | 143 | 377 | 61 | 75 | 0 | 0 | 374 | 144 | 105 |
| Binary | 10000011 | 1100011 | 11111111 | 110001 | 111101 | 0 | 0 | 11111100 | 1100100 | 1000101 |
Color Harmonies of #8363FF
Complementary color
Monochromatic Colors of #8363FF
Black with #8363FF
Text Example
Text Example
White with #8363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8363FF; }
p { color: rgb(131,99,255); }
H1.HeaderClassName
{
color: #8363FF;
}
.AnyTagClassName
{
color: #8363FF;
}
</style>
background-color css
<style>
a { background-color: #8363FF; }
a { background-color: rgb(131,99,255); }
div.DivClassName
{
background-color: #8363FF;
}
.BgClassName
{
background-color: #8363FF;
}
</style>
border-color css
<style>
span { border-color: #8363FF; }
span { border-color: rgb(131,99,255); }
td.TdClassName
{
border-color: #8363FF;
}
.TagClassName
{
border-color: #8363FF;
}
</style>