Shades of Light Slate Blue #9056FA
Tints of Light Slate Blue #9056FA
RGB
CMYK
RGB Variations
Color information
#9056FA (or 0x9056FA) is known color: Light Slate Blue. HEX triplet: 90, 56 and FA. RGB value is (144,86,250). Sum of RGB (Red+Green+Blue) = 144+86+250=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #9056FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056FA is #6FA905. Grayscale: #797979. Windows color (decimal): -7317766 or 16406160. OLE color: 16406160.
HSL color Cylindrical-coordinate representation of color #9056FA: hue angle of 261.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9056FA is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 86 | 250 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.02 |
| HSL | 261.22º | 0.94% | 0.66% | - |
| HSV(B) | 261.22º | 0.66% | 0.98% | - |
| XYZ | 32.08 | 19.49 | 92.51 | - |
| YUV | 122.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 250 | 0.42 | 0.66 | 0 | 0.02 | 261.22 | 0.94 | 0.66 |
| Hex | 90 | 56 | FA | 2A | 42 | 0 | 2 | 105 | 5E | 42 |
| Octal | 220 | 126 | 372 | 52 | 102 | 0 | 2 | 405 | 136 | 102 |
| Binary | 10010000 | 1010110 | 11111010 | 101010 | 1000010 | 0 | 10 | 100000101 | 1011110 | 1000010 |
Color Harmonies of #9056FA
Complementary color
Monochromatic Colors of #9056FA
Black with #9056FA
Text Example
Text Example
White with #9056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056FA; }
p { color: rgb(144,86,250); }
H1.HeaderClassName
{
color: #9056FA;
}
.AnyTagClassName
{
color: #9056FA;
}
</style>
background-color css
<style>
a { background-color: #9056FA; }
a { background-color: rgb(144,86,250); }
div.DivClassName
{
background-color: #9056FA;
}
.BgClassName
{
background-color: #9056FA;
}
</style>
border-color css
<style>
span { border-color: #9056FA; }
span { border-color: rgb(144,86,250); }
td.TdClassName
{
border-color: #9056FA;
}
.TagClassName
{
border-color: #9056FA;
}
</style>