Shades of Light Slate Blue #8581FB
Tints of Light Slate Blue #8581FB
RGB
CMYK
RGB Variations
Color information
#8581FB (or 0x8581FB) is known color: Light Slate Blue. HEX triplet: 85, 81 and FB. RGB value is (133,129,251). Sum of RGB (Red+Green+Blue) = 133+129+251=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #8581FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581FB is #7A7E04. Grayscale: #8F8F8F. Windows color (decimal): -8027653 or 16482693. OLE color: 16482693.
HSL color Cylindrical-coordinate representation of color #8581FB: hue angle of 241.97º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8581FB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 129 | 251 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.02 |
| HSL | 241.97º | 0.94% | 0.75% | - |
| HSV(B) | 241.97º | 0.49% | 0.98% | - |
| XYZ | 34.94 | 27.65 | 94.76 | - |
| YUV | 144.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 251 | 0.47 | 0.49 | 0 | 0.02 | 241.97 | 0.94 | 0.75 |
| Hex | 85 | 81 | FB | 2F | 31 | 0 | 2 | F2 | 5E | 4B |
| Octal | 205 | 201 | 373 | 57 | 61 | 0 | 2 | 362 | 136 | 113 |
| Binary | 10000101 | 10000001 | 11111011 | 101111 | 110001 | 0 | 10 | 11110010 | 1011110 | 1001011 |
Color Harmonies of #8581FB
Complementary color
Monochromatic Colors of #8581FB
Black with #8581FB
Text Example
Text Example
White with #8581FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581FB; }
p { color: rgb(133,129,251); }
H1.HeaderClassName
{
color: #8581FB;
}
.AnyTagClassName
{
color: #8581FB;
}
</style>
background-color css
<style>
a { background-color: #8581FB; }
a { background-color: rgb(133,129,251); }
div.DivClassName
{
background-color: #8581FB;
}
.BgClassName
{
background-color: #8581FB;
}
</style>
border-color css
<style>
span { border-color: #8581FB; }
span { border-color: rgb(133,129,251); }
td.TdClassName
{
border-color: #8581FB;
}
.TagClassName
{
border-color: #8581FB;
}
</style>