Shades of Light Slate Blue #8364FF
Tints of Light Slate Blue #8364FF
RGB
CMYK
RGB Variations
Color information
#8364FF (or 0x8364FF) is known color: Light Slate Blue. HEX triplet: 83, 64 and FF. RGB value is (131,100,255). Sum of RGB (Red+Green+Blue) = 131+100+255=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8364FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8364FF is #7C9B00. Grayscale: #7E7E7E. Windows color (decimal): -8166145 or 16737411. OLE color: 16737411.
HSL color Cylindrical-coordinate representation of color #8364FF: hue angle of 252º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8364FF is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 100 | 255 | - |
| CMYK | 0.49 | 0.61 | 0 | 0 |
| HSL | 252º | 1% | 0.7% | - |
| HSV(B) | 252º | 0.61% | 1% | - |
| XYZ | 31.97 | 21.16 | 97.01 | - |
| YUV | 126.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 255 | 0.49 | 0.61 | 0 | 0 | 252 | 1 | 0.7 |
| Hex | 83 | 64 | FF | 31 | 3D | 0 | 0 | FC | 64 | 46 |
| Octal | 203 | 144 | 377 | 61 | 75 | 0 | 0 | 374 | 144 | 106 |
| Binary | 10000011 | 1100100 | 11111111 | 110001 | 111101 | 0 | 0 | 11111100 | 1100100 | 1000110 |
Color Harmonies of #8364FF
Complementary color
Monochromatic Colors of #8364FF
Black with #8364FF
Text Example
Text Example
White with #8364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364FF; }
p { color: rgb(131,100,255); }
H1.HeaderClassName
{
color: #8364FF;
}
.AnyTagClassName
{
color: #8364FF;
}
</style>
background-color css
<style>
a { background-color: #8364FF; }
a { background-color: rgb(131,100,255); }
div.DivClassName
{
background-color: #8364FF;
}
.BgClassName
{
background-color: #8364FF;
}
</style>
border-color css
<style>
span { border-color: #8364FF; }
span { border-color: rgb(131,100,255); }
td.TdClassName
{
border-color: #8364FF;
}
.TagClassName
{
border-color: #8364FF;
}
</style>