Shades of Light Slate Blue #9080FE
Tints of Light Slate Blue #9080FE
RGB
CMYK
RGB Variations
Color information
#9080FE (or 0x9080FE) is known color: Light Slate Blue. HEX triplet: 90, 80 and FE. RGB value is (144,128,254). Sum of RGB (Red+Green+Blue) = 144+128+254=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #9080FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080FE is #6F7F01. Grayscale: #929292. Windows color (decimal): -7307010 or 16679056. OLE color: 16679056.
HSL color Cylindrical-coordinate representation of color #9080FE: hue angle of 247.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9080FE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 128 | 254 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.00 |
| HSL | 247.62º | 0.98% | 0.75% | - |
| HSV(B) | 247.62º | 0.5% | 1% | - |
| XYZ | 37.11 | 28.52 | 97.32 | - |
| YUV | 147.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 254 | 0.43 | 0.50 | 0 | 0.00 | 247.62 | 0.98 | 0.75 |
| Hex | 90 | 80 | FE | 2B | 32 | 0 | 0 | F8 | 62 | 4B |
| Octal | 220 | 200 | 376 | 53 | 62 | 0 | 0 | 370 | 142 | 113 |
| Binary | 10010000 | 10000000 | 11111110 | 101011 | 110010 | 0 | 0 | 11111000 | 1100010 | 1001011 |
Color Harmonies of #9080FE
Complementary color
Monochromatic Colors of #9080FE
Black with #9080FE
Text Example
Text Example
White with #9080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080FE; }
p { color: rgb(144,128,254); }
H1.HeaderClassName
{
color: #9080FE;
}
.AnyTagClassName
{
color: #9080FE;
}
</style>
background-color css
<style>
a { background-color: #9080FE; }
a { background-color: rgb(144,128,254); }
div.DivClassName
{
background-color: #9080FE;
}
.BgClassName
{
background-color: #9080FE;
}
</style>
border-color css
<style>
span { border-color: #9080FE; }
span { border-color: rgb(144,128,254); }
td.TdClassName
{
border-color: #9080FE;
}
.TagClassName
{
border-color: #9080FE;
}
</style>