Shades of Light Slate Blue #8569FF
Tints of Light Slate Blue #8569FF
RGB
CMYK
RGB Variations
Color information
#8569FF (or 0x8569FF) is known color: Light Slate Blue. HEX triplet: 85, 69 and FF. RGB value is (133,105,255). Sum of RGB (Red+Green+Blue) = 133+105+255=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #8569FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8569FF is #7A9600. Grayscale: #818181. Windows color (decimal): -8033793 or 16738693. OLE color: 16738693.
HSL color Cylindrical-coordinate representation of color #8569FF: hue angle of 251.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8569FF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 105 | 255 | - |
| CMYK | 0.48 | 0.59 | 0 | 0 |
| HSL | 251.2º | 1% | 0.71% | - |
| HSV(B) | 251.2º | 0.59% | 1% | - |
| XYZ | 32.77 | 22.31 | 97.19 | - |
| YUV | 130.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 255 | 0.48 | 0.59 | 0 | 0 | 251.2 | 1 | 0.71 |
| Hex | 85 | 69 | FF | 30 | 3B | 0 | 0 | FB | 64 | 47 |
| Octal | 205 | 151 | 377 | 60 | 73 | 0 | 0 | 373 | 144 | 107 |
| Binary | 10000101 | 1101001 | 11111111 | 110000 | 111011 | 0 | 0 | 11111011 | 1100100 | 1000111 |
Color Harmonies of #8569FF
Complementary color
Monochromatic Colors of #8569FF
Black with #8569FF
Text Example
Text Example
White with #8569FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569FF; }
p { color: rgb(133,105,255); }
H1.HeaderClassName
{
color: #8569FF;
}
.AnyTagClassName
{
color: #8569FF;
}
</style>
background-color css
<style>
a { background-color: #8569FF; }
a { background-color: rgb(133,105,255); }
div.DivClassName
{
background-color: #8569FF;
}
.BgClassName
{
background-color: #8569FF;
}
</style>
border-color css
<style>
span { border-color: #8569FF; }
span { border-color: rgb(133,105,255); }
td.TdClassName
{
border-color: #8569FF;
}
.TagClassName
{
border-color: #8569FF;
}
</style>