Shades of Light Slate Blue #9456FE
Tints of Light Slate Blue #9456FE
RGB
CMYK
RGB Variations
Color information
#9456FE (or 0x9456FE) is known color: Light Slate Blue. HEX triplet: 94, 56 and FE. RGB value is (148,86,254). Sum of RGB (Red+Green+Blue) = 148+86+254=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #9456FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9456FE is #6BA901. Grayscale: #7B7B7B. Windows color (decimal): -7055618 or 16668308. OLE color: 16668308.
HSL color Cylindrical-coordinate representation of color #9456FE: hue angle of 262.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9456FE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 86 | 254 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.00 |
| HSL | 262.14º | 0.99% | 0.67% | - |
| HSV(B) | 262.14º | 0.66% | 1% | - |
| XYZ | 33.43 | 20.11 | 95.89 | - |
| YUV | 123.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 254 | 0.42 | 0.66 | 0 | 0.00 | 262.14 | 0.99 | 0.67 |
| Hex | 94 | 56 | FE | 2A | 42 | 0 | 0 | 106 | 63 | 43 |
| Octal | 224 | 126 | 376 | 52 | 102 | 0 | 0 | 406 | 143 | 103 |
| Binary | 10010100 | 1010110 | 11111110 | 101010 | 1000010 | 0 | 0 | 100000110 | 1100011 | 1000011 |
Color Harmonies of #9456FE
Complementary color
Monochromatic Colors of #9456FE
Black with #9456FE
Text Example
Text Example
White with #9456FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456FE; }
p { color: rgb(148,86,254); }
H1.HeaderClassName
{
color: #9456FE;
}
.AnyTagClassName
{
color: #9456FE;
}
</style>
background-color css
<style>
a { background-color: #9456FE; }
a { background-color: rgb(148,86,254); }
div.DivClassName
{
background-color: #9456FE;
}
.BgClassName
{
background-color: #9456FE;
}
</style>
border-color css
<style>
span { border-color: #9456FE; }
span { border-color: rgb(148,86,254); }
td.TdClassName
{
border-color: #9456FE;
}
.TagClassName
{
border-color: #9456FE;
}
</style>