Shades of Light Slate Blue #8557FE
Tints of Light Slate Blue #8557FE
RGB
CMYK
RGB Variations
Color information
#8557FE (or 0x8557FE) is known color: Light Slate Blue. HEX triplet: 85, 57 and FE. RGB value is (133,87,254). Sum of RGB (Red+Green+Blue) = 133+87+254=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #8557FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8557FE is #7AA801. Grayscale: #777777. Windows color (decimal): -8038402 or 16668549. OLE color: 16668549.
HSL color Cylindrical-coordinate representation of color #8557FE: hue angle of 256.53º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8557FE is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 87 | 254 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.00 |
| HSL | 256.53º | 0.99% | 0.67% | - |
| HSV(B) | 256.53º | 0.66% | 1% | - |
| XYZ | 30.97 | 18.96 | 95.79 | - |
| YUV | 119.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 254 | 0.48 | 0.66 | 0 | 0.00 | 256.53 | 0.99 | 0.67 |
| Hex | 85 | 57 | FE | 30 | 42 | 0 | 0 | 101 | 63 | 43 |
| Octal | 205 | 127 | 376 | 60 | 102 | 0 | 0 | 401 | 143 | 103 |
| Binary | 10000101 | 1010111 | 11111110 | 110000 | 1000010 | 0 | 0 | 100000001 | 1100011 | 1000011 |
Color Harmonies of #8557FE
Complementary color
Monochromatic Colors of #8557FE
Black with #8557FE
Text Example
Text Example
White with #8557FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557FE; }
p { color: rgb(133,87,254); }
H1.HeaderClassName
{
color: #8557FE;
}
.AnyTagClassName
{
color: #8557FE;
}
</style>
background-color css
<style>
a { background-color: #8557FE; }
a { background-color: rgb(133,87,254); }
div.DivClassName
{
background-color: #8557FE;
}
.BgClassName
{
background-color: #8557FE;
}
</style>
border-color css
<style>
span { border-color: #8557FE; }
span { border-color: rgb(133,87,254); }
td.TdClassName
{
border-color: #8557FE;
}
.TagClassName
{
border-color: #8557FE;
}
</style>