Shades of Light Slate Blue #9058FA
Tints of Light Slate Blue #9058FA
RGB
CMYK
RGB Variations
Color information
#9058FA (or 0x9058FA) is known color: Light Slate Blue. HEX triplet: 90, 58 and FA. RGB value is (144,88,250). Sum of RGB (Red+Green+Blue) = 144+88+250=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #9058FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058FA is #6FA705. Grayscale: #7A7A7A. Windows color (decimal): -7317254 or 16406672. OLE color: 16406672.
HSL color Cylindrical-coordinate representation of color #9058FA: hue angle of 260.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9058FA is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 88 | 250 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.02 |
| HSL | 260.74º | 0.94% | 0.66% | - |
| HSV(B) | 260.74º | 0.65% | 0.98% | - |
| XYZ | 32.25 | 19.81 | 92.57 | - |
| YUV | 123.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 250 | 0.42 | 0.65 | 0 | 0.02 | 260.74 | 0.94 | 0.66 |
| Hex | 90 | 58 | FA | 2A | 41 | 0 | 2 | 105 | 5E | 42 |
| Octal | 220 | 130 | 372 | 52 | 101 | 0 | 2 | 405 | 136 | 102 |
| Binary | 10010000 | 1011000 | 11111010 | 101010 | 1000001 | 0 | 10 | 100000101 | 1011110 | 1000010 |
Color Harmonies of #9058FA
Complementary color
Monochromatic Colors of #9058FA
Black with #9058FA
Text Example
Text Example
White with #9058FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9058FA; }
p { color: rgb(144,88,250); }
H1.HeaderClassName
{
color: #9058FA;
}
.AnyTagClassName
{
color: #9058FA;
}
</style>
background-color css
<style>
a { background-color: #9058FA; }
a { background-color: rgb(144,88,250); }
div.DivClassName
{
background-color: #9058FA;
}
.BgClassName
{
background-color: #9058FA;
}
</style>
border-color css
<style>
span { border-color: #9058FA; }
span { border-color: rgb(144,88,250); }
td.TdClassName
{
border-color: #9058FA;
}
.TagClassName
{
border-color: #9058FA;
}
</style>