Shades of Light Slate Blue #8369FE
Tints of Light Slate Blue #8369FE
RGB
CMYK
RGB Variations
Color information
#8369FE (or 0x8369FE) is known color: Light Slate Blue. HEX triplet: 83, 69 and FE. RGB value is (131,105,254). Sum of RGB (Red+Green+Blue) = 131+105+254=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8369FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8369FE is #7C9601. Grayscale: #818181. Windows color (decimal): -8164866 or 16673155. OLE color: 16673155.
HSL color Cylindrical-coordinate representation of color #8369FE: hue angle of 250.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8369FE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 105 | 254 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.00 |
| HSL | 250.47º | 0.99% | 0.7% | - |
| HSV(B) | 250.47º | 0.59% | 1% | - |
| XYZ | 32.3 | 22.08 | 96.33 | - |
| YUV | 129.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 254 | 0.48 | 0.59 | 0 | 0.00 | 250.47 | 0.99 | 0.7 |
| Hex | 83 | 69 | FE | 30 | 3B | 0 | 0 | FA | 63 | 46 |
| Octal | 203 | 151 | 376 | 60 | 73 | 0 | 0 | 372 | 143 | 106 |
| Binary | 10000011 | 1101001 | 11111110 | 110000 | 111011 | 0 | 0 | 11111010 | 1100011 | 1000110 |
Color Harmonies of #8369FE
Complementary color
Monochromatic Colors of #8369FE
Black with #8369FE
Text Example
Text Example
White with #8369FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369FE; }
p { color: rgb(131,105,254); }
H1.HeaderClassName
{
color: #8369FE;
}
.AnyTagClassName
{
color: #8369FE;
}
</style>
background-color css
<style>
a { background-color: #8369FE; }
a { background-color: rgb(131,105,254); }
div.DivClassName
{
background-color: #8369FE;
}
.BgClassName
{
background-color: #8369FE;
}
</style>
border-color css
<style>
span { border-color: #8369FE; }
span { border-color: rgb(131,105,254); }
td.TdClassName
{
border-color: #8369FE;
}
.TagClassName
{
border-color: #8369FE;
}
</style>