Shades of Light Slate Blue #9056FF
Tints of Light Slate Blue #9056FF
RGB
CMYK
RGB Variations
Color information
#9056FF (or 0x9056FF) is known color: Light Slate Blue. HEX triplet: 90, 56 and FF. RGB value is (144,86,255). Sum of RGB (Red+Green+Blue) = 144+86+255=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9056FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056FF is #6FA900. Grayscale: #797979. Windows color (decimal): -7317761 or 16733840. OLE color: 16733840.
HSL color Cylindrical-coordinate representation of color #9056FF: hue angle of 260.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9056FF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 86 | 255 | - |
| CMYK | 0.44 | 0.66 | 0 | 0 |
| HSL | 260.59º | 1% | 0.67% | - |
| HSV(B) | 260.59º | 0.66% | 1% | - |
| XYZ | 32.88 | 19.8 | 96.7 | - |
| YUV | 122.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 255 | 0.44 | 0.66 | 0 | 0 | 260.59 | 1 | 0.67 |
| Hex | 90 | 56 | FF | 2C | 42 | 0 | 0 | 105 | 64 | 43 |
| Octal | 220 | 126 | 377 | 54 | 102 | 0 | 0 | 405 | 144 | 103 |
| Binary | 10010000 | 1010110 | 11111111 | 101100 | 1000010 | 0 | 0 | 100000101 | 1100100 | 1000011 |
Color Harmonies of #9056FF
Complementary color
Monochromatic Colors of #9056FF
Black with #9056FF
Text Example
Text Example
White with #9056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056FF; }
p { color: rgb(144,86,255); }
H1.HeaderClassName
{
color: #9056FF;
}
.AnyTagClassName
{
color: #9056FF;
}
</style>
background-color css
<style>
a { background-color: #9056FF; }
a { background-color: rgb(144,86,255); }
div.DivClassName
{
background-color: #9056FF;
}
.BgClassName
{
background-color: #9056FF;
}
</style>
border-color css
<style>
span { border-color: #9056FF; }
span { border-color: rgb(144,86,255); }
td.TdClassName
{
border-color: #9056FF;
}
.TagClassName
{
border-color: #9056FF;
}
</style>