Shades of Light Slate Blue #9080FF
Tints of Light Slate Blue #9080FF
RGB
CMYK
RGB Variations
Color information
#9080FF (or 0x9080FF) is known color: Light Slate Blue. HEX triplet: 90, 80 and FF. RGB value is (144,128,255). Sum of RGB (Red+Green+Blue) = 144+128+255=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #9080FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080FF is #6F7F00. Grayscale: #929292. Windows color (decimal): -7307009 or 16744592. OLE color: 16744592.
HSL color Cylindrical-coordinate representation of color #9080FF: hue angle of 247.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9080FF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 128 | 255 | - |
| CMYK | 0.44 | 0.50 | 0 | 0 |
| HSL | 247.56º | 1% | 0.75% | - |
| HSV(B) | 247.56º | 0.5% | 1% | - |
| XYZ | 37.27 | 28.59 | 98.16 | - |
| YUV | 147.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 255 | 0.44 | 0.50 | 0 | 0 | 247.56 | 1 | 0.75 |
| Hex | 90 | 80 | FF | 2C | 32 | 0 | 0 | F8 | 64 | 4B |
| Octal | 220 | 200 | 377 | 54 | 62 | 0 | 0 | 370 | 144 | 113 |
| Binary | 10010000 | 10000000 | 11111111 | 101100 | 110010 | 0 | 0 | 11111000 | 1100100 | 1001011 |
Color Harmonies of #9080FF
Complementary color
Monochromatic Colors of #9080FF
Black with #9080FF
Text Example
Text Example
White with #9080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080FF; }
p { color: rgb(144,128,255); }
H1.HeaderClassName
{
color: #9080FF;
}
.AnyTagClassName
{
color: #9080FF;
}
</style>
background-color css
<style>
a { background-color: #9080FF; }
a { background-color: rgb(144,128,255); }
div.DivClassName
{
background-color: #9080FF;
}
.BgClassName
{
background-color: #9080FF;
}
</style>
border-color css
<style>
span { border-color: #9080FF; }
span { border-color: rgb(144,128,255); }
td.TdClassName
{
border-color: #9080FF;
}
.TagClassName
{
border-color: #9080FF;
}
</style>