Shades of Light Slate Blue #9078FF
Tints of Light Slate Blue #9078FF
RGB
CMYK
RGB Variations
Color information
#9078FF (or 0x9078FF) is known color: Light Slate Blue. HEX triplet: 90, 78 and FF. RGB value is (144,120,255). Sum of RGB (Red+Green+Blue) = 144+120+255=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9078FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078FF is #6F8700. Grayscale: #8E8E8E. Windows color (decimal): -7309057 or 16742544. OLE color: 16742544.
HSL color Cylindrical-coordinate representation of color #9078FF: hue angle of 250.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9078FF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 120 | 255 | - |
| CMYK | 0.44 | 0.53 | 0 | 0 |
| HSL | 250.67º | 1% | 0.74% | - |
| HSV(B) | 250.67º | 0.53% | 1% | - |
| XYZ | 36.27 | 26.58 | 97.83 | - |
| YUV | 142.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 255 | 0.44 | 0.53 | 0 | 0 | 250.67 | 1 | 0.74 |
| Hex | 90 | 78 | FF | 2C | 35 | 0 | 0 | FB | 64 | 4A |
| Octal | 220 | 170 | 377 | 54 | 65 | 0 | 0 | 373 | 144 | 112 |
| Binary | 10010000 | 1111000 | 11111111 | 101100 | 110101 | 0 | 0 | 11111011 | 1100100 | 1001010 |
Color Harmonies of #9078FF
Complementary color
Monochromatic Colors of #9078FF
Black with #9078FF
Text Example
Text Example
White with #9078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078FF; }
p { color: rgb(144,120,255); }
H1.HeaderClassName
{
color: #9078FF;
}
.AnyTagClassName
{
color: #9078FF;
}
</style>
background-color css
<style>
a { background-color: #9078FF; }
a { background-color: rgb(144,120,255); }
div.DivClassName
{
background-color: #9078FF;
}
.BgClassName
{
background-color: #9078FF;
}
</style>
border-color css
<style>
span { border-color: #9078FF; }
span { border-color: rgb(144,120,255); }
td.TdClassName
{
border-color: #9078FF;
}
.TagClassName
{
border-color: #9078FF;
}
</style>