Shades of Light Slate Blue #9078FE
Tints of Light Slate Blue #9078FE
RGB
CMYK
RGB Variations
Color information
#9078FE (or 0x9078FE) is known color: Light Slate Blue. HEX triplet: 90, 78 and FE. RGB value is (144,120,254). Sum of RGB (Red+Green+Blue) = 144+120+254=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9078FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078FE is #6F8701. Grayscale: #8D8D8D. Windows color (decimal): -7309058 or 16677008. OLE color: 16677008.
HSL color Cylindrical-coordinate representation of color #9078FE: hue angle of 250.75º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9078FE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 120 | 254 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.00 |
| HSL | 250.75º | 0.99% | 0.73% | - |
| HSV(B) | 250.75º | 0.53% | 1% | - |
| XYZ | 36.11 | 26.52 | 96.98 | - |
| YUV | 142.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 254 | 0.43 | 0.53 | 0 | 0.00 | 250.75 | 0.99 | 0.73 |
| Hex | 90 | 78 | FE | 2B | 35 | 0 | 0 | FB | 63 | 49 |
| Octal | 220 | 170 | 376 | 53 | 65 | 0 | 0 | 373 | 143 | 111 |
| Binary | 10010000 | 1111000 | 11111110 | 101011 | 110101 | 0 | 0 | 11111011 | 1100011 | 1001001 |
Color Harmonies of #9078FE
Complementary color
Monochromatic Colors of #9078FE
Black with #9078FE
Text Example
Text Example
White with #9078FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078FE; }
p { color: rgb(144,120,254); }
H1.HeaderClassName
{
color: #9078FE;
}
.AnyTagClassName
{
color: #9078FE;
}
</style>
background-color css
<style>
a { background-color: #9078FE; }
a { background-color: rgb(144,120,254); }
div.DivClassName
{
background-color: #9078FE;
}
.BgClassName
{
background-color: #9078FE;
}
</style>
border-color css
<style>
span { border-color: #9078FE; }
span { border-color: rgb(144,120,254); }
td.TdClassName
{
border-color: #9078FE;
}
.TagClassName
{
border-color: #9078FE;
}
</style>