Shades of Light Slate Blue #8577FE
Tints of Light Slate Blue #8577FE
RGB
CMYK
RGB Variations
Color information
#8577FE (or 0x8577FE) is known color: Light Slate Blue. HEX triplet: 85, 77 and FE. RGB value is (133,119,254). Sum of RGB (Red+Green+Blue) = 133+119+254=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8577FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577FE is #7A8801. Grayscale: #8A8A8A. Windows color (decimal): -8030210 or 16676741. OLE color: 16676741.
HSL color Cylindrical-coordinate representation of color #8577FE: hue angle of 246.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8577FE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 119 | 254 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.00 |
| HSL | 246.22º | 0.99% | 0.73% | - |
| HSV(B) | 246.22º | 0.53% | 1% | - |
| XYZ | 34.16 | 25.34 | 96.86 | - |
| YUV | 138.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 254 | 0.48 | 0.53 | 0 | 0.00 | 246.22 | 0.99 | 0.73 |
| Hex | 85 | 77 | FE | 30 | 35 | 0 | 0 | F6 | 63 | 49 |
| Octal | 205 | 167 | 376 | 60 | 65 | 0 | 0 | 366 | 143 | 111 |
| Binary | 10000101 | 1110111 | 11111110 | 110000 | 110101 | 0 | 0 | 11110110 | 1100011 | 1001001 |
Color Harmonies of #8577FE
Complementary color
Monochromatic Colors of #8577FE
Black with #8577FE
Text Example
Text Example
White with #8577FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577FE; }
p { color: rgb(133,119,254); }
H1.HeaderClassName
{
color: #8577FE;
}
.AnyTagClassName
{
color: #8577FE;
}
</style>
background-color css
<style>
a { background-color: #8577FE; }
a { background-color: rgb(133,119,254); }
div.DivClassName
{
background-color: #8577FE;
}
.BgClassName
{
background-color: #8577FE;
}
</style>
border-color css
<style>
span { border-color: #8577FE; }
span { border-color: rgb(133,119,254); }
td.TdClassName
{
border-color: #8577FE;
}
.TagClassName
{
border-color: #8577FE;
}
</style>