Shades of Light Slate Blue #9060F7
Tints of Light Slate Blue #9060F7
RGB
CMYK
RGB Variations
Color information
#9060F7 (or 0x9060F7) is known color: Light Slate Blue. HEX triplet: 90, 60 and F7. RGB value is (144,96,247). Sum of RGB (Red+Green+Blue) = 144+96+247=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #9060F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060F7 is #6F9F08. Grayscale: #7F7F7F. Windows color (decimal): -7315209 or 16212112. OLE color: 16212112.
HSL color Cylindrical-coordinate representation of color #9060F7: hue angle of 259.07º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9060F7 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 96 | 247 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.03 |
| HSL | 259.07º | 0.9% | 0.67% | - |
| HSV(B) | 259.07º | 0.61% | 0.97% | - |
| XYZ | 32.47 | 21.01 | 90.34 | - |
| YUV | 127.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 247 | 0.42 | 0.61 | 0 | 0.03 | 259.07 | 0.9 | 0.67 |
| Hex | 90 | 60 | F7 | 2A | 3D | 0 | 3 | 103 | 5A | 43 |
| Octal | 220 | 140 | 367 | 52 | 75 | 0 | 3 | 403 | 132 | 103 |
| Binary | 10010000 | 1100000 | 11110111 | 101010 | 111101 | 0 | 11 | 100000011 | 1011010 | 1000011 |
Color Harmonies of #9060F7
Complementary color
Monochromatic Colors of #9060F7
Black with #9060F7
Text Example
Text Example
White with #9060F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060F7; }
p { color: rgb(144,96,247); }
H1.HeaderClassName
{
color: #9060F7;
}
.AnyTagClassName
{
color: #9060F7;
}
</style>
background-color css
<style>
a { background-color: #9060F7; }
a { background-color: rgb(144,96,247); }
div.DivClassName
{
background-color: #9060F7;
}
.BgClassName
{
background-color: #9060F7;
}
</style>
border-color css
<style>
span { border-color: #9060F7; }
span { border-color: rgb(144,96,247); }
td.TdClassName
{
border-color: #9060F7;
}
.TagClassName
{
border-color: #9060F7;
}
</style>