Shades of Light Slate Blue #9456FF
Tints of Light Slate Blue #9456FF
RGB
CMYK
RGB Variations
Color information
#9456FF (or 0x9456FF) is known color: Light Slate Blue. HEX triplet: 94, 56 and FF. RGB value is (148,86,255). Sum of RGB (Red+Green+Blue) = 148+86+255=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9456FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9456FF is #6BA900. Grayscale: #7B7B7B. Windows color (decimal): -7055617 or 16733844. OLE color: 16733844.
HSL color Cylindrical-coordinate representation of color #9456FF: hue angle of 262.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9456FF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 86 | 255 | - |
| CMYK | 0.42 | 0.66 | 0 | 0 |
| HSL | 262.01º | 1% | 0.67% | - |
| HSV(B) | 262.01º | 0.66% | 1% | - |
| XYZ | 33.59 | 20.17 | 96.73 | - |
| YUV | 123.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 255 | 0.42 | 0.66 | 0 | 0 | 262.01 | 1 | 0.67 |
| Hex | 94 | 56 | FF | 2A | 42 | 0 | 0 | 106 | 64 | 43 |
| Octal | 224 | 126 | 377 | 52 | 102 | 0 | 0 | 406 | 144 | 103 |
| Binary | 10010100 | 1010110 | 11111111 | 101010 | 1000010 | 0 | 0 | 100000110 | 1100100 | 1000011 |
Color Harmonies of #9456FF
Complementary color
Monochromatic Colors of #9456FF
Black with #9456FF
Text Example
Text Example
White with #9456FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456FF; }
p { color: rgb(148,86,255); }
H1.HeaderClassName
{
color: #9456FF;
}
.AnyTagClassName
{
color: #9456FF;
}
</style>
background-color css
<style>
a { background-color: #9456FF; }
a { background-color: rgb(148,86,255); }
div.DivClassName
{
background-color: #9456FF;
}
.BgClassName
{
background-color: #9456FF;
}
</style>
border-color css
<style>
span { border-color: #9456FF; }
span { border-color: rgb(148,86,255); }
td.TdClassName
{
border-color: #9456FF;
}
.TagClassName
{
border-color: #9456FF;
}
</style>