Shades of Light Slate Blue #8365FE
Tints of Light Slate Blue #8365FE
RGB
CMYK
RGB Variations
Color information
#8365FE (or 0x8365FE) is known color: Light Slate Blue. HEX triplet: 83, 65 and FE. RGB value is (131,101,254). Sum of RGB (Red+Green+Blue) = 131+101+254=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #8365FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8365FE is #7C9A01. Grayscale: #7E7E7E. Windows color (decimal): -8165890 or 16672131. OLE color: 16672131.
HSL color Cylindrical-coordinate representation of color #8365FE: hue angle of 251.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8365FE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 101 | 254 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.00 |
| HSL | 251.76º | 0.99% | 0.7% | - |
| HSV(B) | 251.76º | 0.6% | 1% | - |
| XYZ | 31.9 | 21.29 | 96.19 | - |
| YUV | 127.41 | 199.44 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 254 | 0.48 | 0.60 | 0 | 0.00 | 251.76 | 0.99 | 0.7 |
| Hex | 83 | 65 | FE | 30 | 3C | 0 | 0 | FC | 63 | 46 |
| Octal | 203 | 145 | 376 | 60 | 74 | 0 | 0 | 374 | 143 | 106 |
| Binary | 10000011 | 1100101 | 11111110 | 110000 | 111100 | 0 | 0 | 11111100 | 1100011 | 1000110 |
Color Harmonies of #8365FE
Complementary color
Monochromatic Colors of #8365FE
Black with #8365FE
Text Example
Text Example
White with #8365FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365FE; }
p { color: rgb(131,101,254); }
H1.HeaderClassName
{
color: #8365FE;
}
.AnyTagClassName
{
color: #8365FE;
}
</style>
background-color css
<style>
a { background-color: #8365FE; }
a { background-color: rgb(131,101,254); }
div.DivClassName
{
background-color: #8365FE;
}
.BgClassName
{
background-color: #8365FE;
}
</style>
border-color css
<style>
span { border-color: #8365FE; }
span { border-color: rgb(131,101,254); }
td.TdClassName
{
border-color: #8365FE;
}
.TagClassName
{
border-color: #8365FE;
}
</style>