Shades of Light Slate Blue #8560FB
Tints of Light Slate Blue #8560FB
RGB
CMYK
RGB Variations
Color information
#8560FB (or 0x8560FB) is known color: Light Slate Blue. HEX triplet: 85, 60 and FB. RGB value is (133,96,251). Sum of RGB (Red+Green+Blue) = 133+96+251=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #8560FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560FB is #7A9F04. Grayscale: #7C7C7C. Windows color (decimal): -8036101 or 16474245. OLE color: 16474245.
HSL color Cylindrical-coordinate representation of color #8560FB: hue angle of 254.32º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8560FB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 96 | 251 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.02 |
| HSL | 254.32º | 0.95% | 0.68% | - |
| HSV(B) | 254.32º | 0.62% | 0.98% | - |
| XYZ | 31.27 | 20.32 | 93.54 | - |
| YUV | 124.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 251 | 0.47 | 0.62 | 0 | 0.02 | 254.32 | 0.95 | 0.68 |
| Hex | 85 | 60 | FB | 2F | 3E | 0 | 2 | FE | 5F | 44 |
| Octal | 205 | 140 | 373 | 57 | 76 | 0 | 2 | 376 | 137 | 104 |
| Binary | 10000101 | 1100000 | 11111011 | 101111 | 111110 | 0 | 10 | 11111110 | 1011111 | 1000100 |
Color Harmonies of #8560FB
Complementary color
Monochromatic Colors of #8560FB
Black with #8560FB
Text Example
Text Example
White with #8560FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560FB; }
p { color: rgb(133,96,251); }
H1.HeaderClassName
{
color: #8560FB;
}
.AnyTagClassName
{
color: #8560FB;
}
</style>
background-color css
<style>
a { background-color: #8560FB; }
a { background-color: rgb(133,96,251); }
div.DivClassName
{
background-color: #8560FB;
}
.BgClassName
{
background-color: #8560FB;
}
</style>
border-color css
<style>
span { border-color: #8560FB; }
span { border-color: rgb(133,96,251); }
td.TdClassName
{
border-color: #8560FB;
}
.TagClassName
{
border-color: #8560FB;
}
</style>