Shades of Light Slate Blue #8573FF
Tints of Light Slate Blue #8573FF
RGB
CMYK
RGB Variations
Color information
#8573FF (or 0x8573FF) is known color: Light Slate Blue. HEX triplet: 85, 73 and FF. RGB value is (133,115,255). Sum of RGB (Red+Green+Blue) = 133+115+255=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8573FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8573FF is #7A8C00. Grayscale: #878787. Windows color (decimal): -8031233 or 16741253. OLE color: 16741253.
HSL color Cylindrical-coordinate representation of color #8573FF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8573FF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 115 | 255 | - |
| CMYK | 0.48 | 0.55 | 0 | 0 |
| HSL | 247.71º | 1% | 0.73% | - |
| HSV(B) | 247.71º | 0.55% | 1% | - |
| XYZ | 33.85 | 24.47 | 97.55 | - |
| YUV | 136.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 255 | 0.48 | 0.55 | 0 | 0 | 247.71 | 1 | 0.73 |
| Hex | 85 | 73 | FF | 30 | 37 | 0 | 0 | F8 | 64 | 49 |
| Octal | 205 | 163 | 377 | 60 | 67 | 0 | 0 | 370 | 144 | 111 |
| Binary | 10000101 | 1110011 | 11111111 | 110000 | 110111 | 0 | 0 | 11111000 | 1100100 | 1001001 |
Color Harmonies of #8573FF
Complementary color
Monochromatic Colors of #8573FF
Black with #8573FF
Text Example
Text Example
White with #8573FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573FF; }
p { color: rgb(133,115,255); }
H1.HeaderClassName
{
color: #8573FF;
}
.AnyTagClassName
{
color: #8573FF;
}
</style>
background-color css
<style>
a { background-color: #8573FF; }
a { background-color: rgb(133,115,255); }
div.DivClassName
{
background-color: #8573FF;
}
.BgClassName
{
background-color: #8573FF;
}
</style>
border-color css
<style>
span { border-color: #8573FF; }
span { border-color: rgb(133,115,255); }
td.TdClassName
{
border-color: #8573FF;
}
.TagClassName
{
border-color: #8573FF;
}
</style>