Shades of Light Slate Blue #8580FE
Tints of Light Slate Blue #8580FE
RGB
CMYK
RGB Variations
Color information
#8580FE (or 0x8580FE) is known color: Light Slate Blue. HEX triplet: 85, 80 and FE. RGB value is (133,128,254). Sum of RGB (Red+Green+Blue) = 133+128+254=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8580FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8580FE is #7A7F01. Grayscale: #8F8F8F. Windows color (decimal): -8027906 or 16679045. OLE color: 16679045.
HSL color Cylindrical-coordinate representation of color #8580FE: hue angle of 242.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8580FE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 128 | 254 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.00 |
| HSL | 242.38º | 0.98% | 0.75% | - |
| HSV(B) | 242.38º | 0.5% | 1% | - |
| XYZ | 35.28 | 27.58 | 97.23 | - |
| YUV | 143.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 254 | 0.48 | 0.50 | 0 | 0.00 | 242.38 | 0.98 | 0.75 |
| Hex | 85 | 80 | FE | 30 | 32 | 0 | 0 | F2 | 62 | 4B |
| Octal | 205 | 200 | 376 | 60 | 62 | 0 | 0 | 362 | 142 | 113 |
| Binary | 10000101 | 10000000 | 11111110 | 110000 | 110010 | 0 | 0 | 11110010 | 1100010 | 1001011 |
Color Harmonies of #8580FE
Complementary color
Monochromatic Colors of #8580FE
Black with #8580FE
Text Example
Text Example
White with #8580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580FE; }
p { color: rgb(133,128,254); }
H1.HeaderClassName
{
color: #8580FE;
}
.AnyTagClassName
{
color: #8580FE;
}
</style>
background-color css
<style>
a { background-color: #8580FE; }
a { background-color: rgb(133,128,254); }
div.DivClassName
{
background-color: #8580FE;
}
.BgClassName
{
background-color: #8580FE;
}
</style>
border-color css
<style>
span { border-color: #8580FE; }
span { border-color: rgb(133,128,254); }
td.TdClassName
{
border-color: #8580FE;
}
.TagClassName
{
border-color: #8580FE;
}
</style>