Shades of Light Slate Blue #8573FE
Tints of Light Slate Blue #8573FE
RGB
CMYK
RGB Variations
Color information
#8573FE (or 0x8573FE) is known color: Light Slate Blue. HEX triplet: 85, 73 and FE. RGB value is (133,115,254). Sum of RGB (Red+Green+Blue) = 133+115+254=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8573FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8573FE is #7A8C01. Grayscale: #878787. Windows color (decimal): -8031234 or 16675717. OLE color: 16675717.
HSL color Cylindrical-coordinate representation of color #8573FE: hue angle of 247.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8573FE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 115 | 254 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.00 |
| HSL | 247.77º | 0.99% | 0.72% | - |
| HSV(B) | 247.77º | 0.55% | 1% | - |
| XYZ | 33.69 | 24.4 | 96.7 | - |
| YUV | 136.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 254 | 0.48 | 0.55 | 0 | 0.00 | 247.77 | 0.99 | 0.72 |
| Hex | 85 | 73 | FE | 30 | 37 | 0 | 0 | F8 | 63 | 48 |
| Octal | 205 | 163 | 376 | 60 | 67 | 0 | 0 | 370 | 143 | 110 |
| Binary | 10000101 | 1110011 | 11111110 | 110000 | 110111 | 0 | 0 | 11111000 | 1100011 | 1001000 |
Color Harmonies of #8573FE
Complementary color
Monochromatic Colors of #8573FE
Black with #8573FE
Text Example
Text Example
White with #8573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573FE; }
p { color: rgb(133,115,254); }
H1.HeaderClassName
{
color: #8573FE;
}
.AnyTagClassName
{
color: #8573FE;
}
</style>
background-color css
<style>
a { background-color: #8573FE; }
a { background-color: rgb(133,115,254); }
div.DivClassName
{
background-color: #8573FE;
}
.BgClassName
{
background-color: #8573FE;
}
</style>
border-color css
<style>
span { border-color: #8573FE; }
span { border-color: rgb(133,115,254); }
td.TdClassName
{
border-color: #8573FE;
}
.TagClassName
{
border-color: #8573FE;
}
</style>