Shades of Light Slate Blue #9055FE
Tints of Light Slate Blue #9055FE
RGB
CMYK
RGB Variations
Color information
#9055FE (or 0x9055FE) is known color: Light Slate Blue. HEX triplet: 90, 55 and FE. RGB value is (144,85,254). Sum of RGB (Red+Green+Blue) = 144+85+254=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #9055FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9055FE is #6FAA01. Grayscale: #797979. Windows color (decimal): -7318018 or 16668048. OLE color: 16668048.
HSL color Cylindrical-coordinate representation of color #9055FE: hue angle of 260.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9055FE is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 85 | 254 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.00 |
| HSL | 260.95º | 0.99% | 0.66% | - |
| HSV(B) | 260.95º | 0.67% | 1% | - |
| XYZ | 32.64 | 19.58 | 95.83 | - |
| YUV | 121.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 254 | 0.43 | 0.67 | 0 | 0.00 | 260.95 | 0.99 | 0.66 |
| Hex | 90 | 55 | FE | 2B | 43 | 0 | 0 | 105 | 63 | 42 |
| Octal | 220 | 125 | 376 | 53 | 103 | 0 | 0 | 405 | 143 | 102 |
| Binary | 10010000 | 1010101 | 11111110 | 101011 | 1000011 | 0 | 0 | 100000101 | 1100011 | 1000010 |
Color Harmonies of #9055FE
Complementary color
Monochromatic Colors of #9055FE
Black with #9055FE
Text Example
Text Example
White with #9055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9055FE; }
p { color: rgb(144,85,254); }
H1.HeaderClassName
{
color: #9055FE;
}
.AnyTagClassName
{
color: #9055FE;
}
</style>
background-color css
<style>
a { background-color: #9055FE; }
a { background-color: rgb(144,85,254); }
div.DivClassName
{
background-color: #9055FE;
}
.BgClassName
{
background-color: #9055FE;
}
</style>
border-color css
<style>
span { border-color: #9055FE; }
span { border-color: rgb(144,85,254); }
td.TdClassName
{
border-color: #9055FE;
}
.TagClassName
{
border-color: #9055FE;
}
</style>