Shades of Light Slate Blue #9056FE
Tints of Light Slate Blue #9056FE
RGB
CMYK
RGB Variations
Color information
#9056FE (or 0x9056FE) is known color: Light Slate Blue. HEX triplet: 90, 56 and FE. RGB value is (144,86,254). Sum of RGB (Red+Green+Blue) = 144+86+254=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #9056FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056FE is #6FA901. Grayscale: #797979. Windows color (decimal): -7317762 or 16668304. OLE color: 16668304.
HSL color Cylindrical-coordinate representation of color #9056FE: hue angle of 260.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9056FE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 86 | 254 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.00 |
| HSL | 260.71º | 0.99% | 0.67% | - |
| HSV(B) | 260.71º | 0.66% | 1% | - |
| XYZ | 32.72 | 19.74 | 95.85 | - |
| YUV | 122.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 254 | 0.43 | 0.66 | 0 | 0.00 | 260.71 | 0.99 | 0.67 |
| Hex | 90 | 56 | FE | 2B | 42 | 0 | 0 | 105 | 63 | 43 |
| Octal | 220 | 126 | 376 | 53 | 102 | 0 | 0 | 405 | 143 | 103 |
| Binary | 10010000 | 1010110 | 11111110 | 101011 | 1000010 | 0 | 0 | 100000101 | 1100011 | 1000011 |
Color Harmonies of #9056FE
Complementary color
Monochromatic Colors of #9056FE
Black with #9056FE
Text Example
Text Example
White with #9056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056FE; }
p { color: rgb(144,86,254); }
H1.HeaderClassName
{
color: #9056FE;
}
.AnyTagClassName
{
color: #9056FE;
}
</style>
background-color css
<style>
a { background-color: #9056FE; }
a { background-color: rgb(144,86,254); }
div.DivClassName
{
background-color: #9056FE;
}
.BgClassName
{
background-color: #9056FE;
}
</style>
border-color css
<style>
span { border-color: #9056FE; }
span { border-color: rgb(144,86,254); }
td.TdClassName
{
border-color: #9056FE;
}
.TagClassName
{
border-color: #9056FE;
}
</style>