Shades of Light Slate Blue #8581FE
Tints of Light Slate Blue #8581FE
RGB
CMYK
RGB Variations
Color information
#8581FE (or 0x8581FE) is known color: Light Slate Blue. HEX triplet: 85, 81 and FE. RGB value is (133,129,254). Sum of RGB (Red+Green+Blue) = 133+129+254=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8581FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581FE is #7A7E01. Grayscale: #8F8F8F. Windows color (decimal): -8027650 or 16679301. OLE color: 16679301.
HSL color Cylindrical-coordinate representation of color #8581FE: hue angle of 241.92º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8581FE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 129 | 254 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.00 |
| HSL | 241.92º | 0.98% | 0.75% | - |
| HSV(B) | 241.92º | 0.49% | 1% | - |
| XYZ | 35.41 | 27.84 | 97.27 | - |
| YUV | 144.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 254 | 0.48 | 0.49 | 0 | 0.00 | 241.92 | 0.98 | 0.75 |
| Hex | 85 | 81 | FE | 30 | 31 | 0 | 0 | F2 | 62 | 4B |
| Octal | 205 | 201 | 376 | 60 | 61 | 0 | 0 | 362 | 142 | 113 |
| Binary | 10000101 | 10000001 | 11111110 | 110000 | 110001 | 0 | 0 | 11110010 | 1100010 | 1001011 |
Color Harmonies of #8581FE
Complementary color
Monochromatic Colors of #8581FE
Black with #8581FE
Text Example
Text Example
White with #8581FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581FE; }
p { color: rgb(133,129,254); }
H1.HeaderClassName
{
color: #8581FE;
}
.AnyTagClassName
{
color: #8581FE;
}
</style>
background-color css
<style>
a { background-color: #8581FE; }
a { background-color: rgb(133,129,254); }
div.DivClassName
{
background-color: #8581FE;
}
.BgClassName
{
background-color: #8581FE;
}
</style>
border-color css
<style>
span { border-color: #8581FE; }
span { border-color: rgb(133,129,254); }
td.TdClassName
{
border-color: #8581FE;
}
.TagClassName
{
border-color: #8581FE;
}
</style>