Shades of Light Slate Blue #9060FF
Tints of Light Slate Blue #9060FF
RGB
CMYK
RGB Variations
Color information
#9060FF (or 0x9060FF) is known color: Light Slate Blue. HEX triplet: 90, 60 and FF. RGB value is (144,96,255). Sum of RGB (Red+Green+Blue) = 144+96+255=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9060FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060FF is #6F9F00. Grayscale: #7F7F7F. Windows color (decimal): -7315201 or 16736400. OLE color: 16736400.
HSL color Cylindrical-coordinate representation of color #9060FF: hue angle of 258.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9060FF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 96 | 255 | - |
| CMYK | 0.44 | 0.62 | 0 | 0 |
| HSL | 258.11º | 1% | 0.69% | - |
| HSV(B) | 258.11º | 0.62% | 1% | - |
| XYZ | 33.73 | 21.52 | 96.98 | - |
| YUV | 128.48 | 199.4 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 255 | 0.44 | 0.62 | 0 | 0 | 258.11 | 1 | 0.69 |
| Hex | 90 | 60 | FF | 2C | 3E | 0 | 0 | 102 | 64 | 45 |
| Octal | 220 | 140 | 377 | 54 | 76 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010000 | 1100000 | 11111111 | 101100 | 111110 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #9060FF
Complementary color
Monochromatic Colors of #9060FF
Black with #9060FF
Text Example
Text Example
White with #9060FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060FF; }
p { color: rgb(144,96,255); }
H1.HeaderClassName
{
color: #9060FF;
}
.AnyTagClassName
{
color: #9060FF;
}
</style>
background-color css
<style>
a { background-color: #9060FF; }
a { background-color: rgb(144,96,255); }
div.DivClassName
{
background-color: #9060FF;
}
.BgClassName
{
background-color: #9060FF;
}
</style>
border-color css
<style>
span { border-color: #9060FF; }
span { border-color: rgb(144,96,255); }
td.TdClassName
{
border-color: #9060FF;
}
.TagClassName
{
border-color: #9060FF;
}
</style>