Shades of Light Slate Blue #9460FF
Tints of Light Slate Blue #9460FF
RGB
CMYK
RGB Variations
Color information
#9460FF (or 0x9460FF) is known color: Light Slate Blue. HEX triplet: 94, 60 and FF. RGB value is (148,96,255). Sum of RGB (Red+Green+Blue) = 148+96+255=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #9460FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9460FF is #6B9F00. Grayscale: #818181. Windows color (decimal): -7053057 or 16736404. OLE color: 16736404.
HSL color Cylindrical-coordinate representation of color #9460FF: hue angle of 259.62º 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 #9460FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 96 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 259.62º | 1% | 0.69% | - |
| HSV(B) | 259.62º | 0.62% | 1% | - |
| XYZ | 34.45 | 21.88 | 97.02 | - |
| YUV | 129.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 255 | 0.42 | 0.62 | 0 | 0 | 259.62 | 1 | 0.69 |
| Hex | 94 | 60 | FF | 2A | 3E | 0 | 0 | 104 | 64 | 45 |
| Octal | 224 | 140 | 377 | 52 | 76 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10010100 | 1100000 | 11111111 | 101010 | 111110 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #9460FF
Complementary color
Monochromatic Colors of #9460FF
Black with #9460FF
Text Example
Text Example
White with #9460FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460FF; }
p { color: rgb(148,96,255); }
H1.HeaderClassName
{
color: #9460FF;
}
.AnyTagClassName
{
color: #9460FF;
}
</style>
background-color css
<style>
a { background-color: #9460FF; }
a { background-color: rgb(148,96,255); }
div.DivClassName
{
background-color: #9460FF;
}
.BgClassName
{
background-color: #9460FF;
}
</style>
border-color css
<style>
span { border-color: #9460FF; }
span { border-color: rgb(148,96,255); }
td.TdClassName
{
border-color: #9460FF;
}
.TagClassName
{
border-color: #9460FF;
}
</style>