Shades of Light Slate Blue #9068FF
Tints of Light Slate Blue #9068FF
RGB
CMYK
RGB Variations
Color information
#9068FF (or 0x9068FF) is known color: Light Slate Blue. HEX triplet: 90, 68 and FF. RGB value is (144,104,255). Sum of RGB (Red+Green+Blue) = 144+104+255=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #9068FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9068FF is #6F9700. Grayscale: #848484. Windows color (decimal): -7313153 or 16738448. OLE color: 16738448.
HSL color Cylindrical-coordinate representation of color #9068FF: hue angle of 255.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9068FF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 104 | 255 | - |
| CMYK | 0.44 | 0.59 | 0 | 0 |
| HSL | 255.89º | 1% | 0.7% | - |
| HSV(B) | 255.89º | 0.59% | 1% | - |
| XYZ | 34.5 | 23.05 | 97.24 | - |
| YUV | 133.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 255 | 0.44 | 0.59 | 0 | 0 | 255.89 | 1 | 0.7 |
| Hex | 90 | 68 | FF | 2C | 3B | 0 | 0 | 100 | 64 | 46 |
| Octal | 220 | 150 | 377 | 54 | 73 | 0 | 0 | 400 | 144 | 106 |
| Binary | 10010000 | 1101000 | 11111111 | 101100 | 111011 | 0 | 0 | 100000000 | 1100100 | 1000110 |
Color Harmonies of #9068FF
Complementary color
Monochromatic Colors of #9068FF
Black with #9068FF
Text Example
Text Example
White with #9068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9068FF; }
p { color: rgb(144,104,255); }
H1.HeaderClassName
{
color: #9068FF;
}
.AnyTagClassName
{
color: #9068FF;
}
</style>
background-color css
<style>
a { background-color: #9068FF; }
a { background-color: rgb(144,104,255); }
div.DivClassName
{
background-color: #9068FF;
}
.BgClassName
{
background-color: #9068FF;
}
</style>
border-color css
<style>
span { border-color: #9068FF; }
span { border-color: rgb(144,104,255); }
td.TdClassName
{
border-color: #9068FF;
}
.TagClassName
{
border-color: #9068FF;
}
</style>