Shades of Light Slate Blue #9078F9
Tints of Light Slate Blue #9078F9
RGB
CMYK
RGB Variations
Color information
#9078F9 (or 0x9078F9) is known color: Light Slate Blue. HEX triplet: 90, 78 and F9. RGB value is (144,120,249). Sum of RGB (Red+Green+Blue) = 144+120+249=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #9078F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078F9 is #6F8706. Grayscale: #8D8D8D. Windows color (decimal): -7309063 or 16349328. OLE color: 16349328.
HSL color Cylindrical-coordinate representation of color #9078F9: hue angle of 251.16º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9078F9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 120 | 249 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.02 |
| HSL | 251.16º | 0.91% | 0.72% | - |
| HSV(B) | 251.16º | 0.52% | 0.98% | - |
| XYZ | 35.32 | 26.2 | 92.82 | - |
| YUV | 141.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 249 | 0.42 | 0.52 | 0 | 0.02 | 251.16 | 0.91 | 0.72 |
| Hex | 90 | 78 | F9 | 2A | 34 | 0 | 2 | FB | 5B | 48 |
| Octal | 220 | 170 | 371 | 52 | 64 | 0 | 2 | 373 | 133 | 110 |
| Binary | 10010000 | 1111000 | 11111001 | 101010 | 110100 | 0 | 10 | 11111011 | 1011011 | 1001000 |
Color Harmonies of #9078F9
Complementary color
Monochromatic Colors of #9078F9
Black with #9078F9
Text Example
Text Example
White with #9078F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078F9; }
p { color: rgb(144,120,249); }
H1.HeaderClassName
{
color: #9078F9;
}
.AnyTagClassName
{
color: #9078F9;
}
</style>
background-color css
<style>
a { background-color: #9078F9; }
a { background-color: rgb(144,120,249); }
div.DivClassName
{
background-color: #9078F9;
}
.BgClassName
{
background-color: #9078F9;
}
</style>
border-color css
<style>
span { border-color: #9078F9; }
span { border-color: rgb(144,120,249); }
td.TdClassName
{
border-color: #9078F9;
}
.TagClassName
{
border-color: #9078F9;
}
</style>