Shades of Light Slate Blue #9451FE
Tints of Light Slate Blue #9451FE
RGB
CMYK
RGB Variations
Color information
#9451FE (or 0x9451FE) is known color: Light Slate Blue. HEX triplet: 94, 51 and FE. RGB value is (148,81,254). Sum of RGB (Red+Green+Blue) = 148+81+254=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #9451FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9451FE is #6BAE01. Grayscale: #787878. Windows color (decimal): -7056898 or 16667028. OLE color: 16667028.
HSL color Cylindrical-coordinate representation of color #9451FE: hue angle of 263.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9451FE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 81 | 254 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.00 |
| HSL | 263.24º | 0.99% | 0.66% | - |
| HSV(B) | 263.24º | 0.68% | 1% | - |
| XYZ | 33.04 | 19.34 | 95.76 | - |
| YUV | 120.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 254 | 0.42 | 0.68 | 0 | 0.00 | 263.24 | 0.99 | 0.66 |
| Hex | 94 | 51 | FE | 2A | 44 | 0 | 0 | 107 | 63 | 42 |
| Octal | 224 | 121 | 376 | 52 | 104 | 0 | 0 | 407 | 143 | 102 |
| Binary | 10010100 | 1010001 | 11111110 | 101010 | 1000100 | 0 | 0 | 100000111 | 1100011 | 1000010 |
Color Harmonies of #9451FE
Complementary color
Monochromatic Colors of #9451FE
Black with #9451FE
Text Example
Text Example
White with #9451FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451FE; }
p { color: rgb(148,81,254); }
H1.HeaderClassName
{
color: #9451FE;
}
.AnyTagClassName
{
color: #9451FE;
}
</style>
background-color css
<style>
a { background-color: #9451FE; }
a { background-color: rgb(148,81,254); }
div.DivClassName
{
background-color: #9451FE;
}
.BgClassName
{
background-color: #9451FE;
}
</style>
border-color css
<style>
span { border-color: #9451FE; }
span { border-color: rgb(148,81,254); }
td.TdClassName
{
border-color: #9451FE;
}
.TagClassName
{
border-color: #9451FE;
}
</style>