Shades of Light Slate Blue #8577F1
Tints of Light Slate Blue #8577F1
RGB
CMYK
RGB Variations
Color information
#8577F1 (or 0x8577F1) is known color: Light Slate Blue. HEX triplet: 85, 77 and F1. RGB value is (133,119,241). Sum of RGB (Red+Green+Blue) = 133+119+241=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #8577F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577F1 is #7A880E. Grayscale: #888888. Windows color (decimal): -8030223 or 15824773. OLE color: 15824773.
HSL color Cylindrical-coordinate representation of color #8577F1: hue angle of 246.89º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8577F1 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 119 | 241 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.05 |
| HSL | 246.89º | 0.81% | 0.71% | - |
| HSV(B) | 246.89º | 0.51% | 0.95% | - |
| XYZ | 32.15 | 24.53 | 86.26 | - |
| YUV | 137.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 241 | 0.45 | 0.51 | 0 | 0.05 | 246.89 | 0.81 | 0.71 |
| Hex | 85 | 77 | F1 | 2D | 33 | 0 | 5 | F7 | 51 | 47 |
| Octal | 205 | 167 | 361 | 55 | 63 | 0 | 5 | 367 | 121 | 107 |
| Binary | 10000101 | 1110111 | 11110001 | 101101 | 110011 | 0 | 101 | 11110111 | 1010001 | 1000111 |
Color Harmonies of #8577F1
Complementary color
Monochromatic Colors of #8577F1
Black with #8577F1
Text Example
Text Example
White with #8577F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577F1; }
p { color: rgb(133,119,241); }
H1.HeaderClassName
{
color: #8577F1;
}
.AnyTagClassName
{
color: #8577F1;
}
</style>
background-color css
<style>
a { background-color: #8577F1; }
a { background-color: rgb(133,119,241); }
div.DivClassName
{
background-color: #8577F1;
}
.BgClassName
{
background-color: #8577F1;
}
</style>
border-color css
<style>
span { border-color: #8577F1; }
span { border-color: rgb(133,119,241); }
td.TdClassName
{
border-color: #8577F1;
}
.TagClassName
{
border-color: #8577F1;
}
</style>