Shades of Light Slate Blue #9454F8
Tints of Light Slate Blue #9454F8
RGB
CMYK
RGB Variations
Color information
#9454F8 (or 0x9454F8) is known color: Light Slate Blue. HEX triplet: 94, 54 and F8. RGB value is (148,84,248). Sum of RGB (Red+Green+Blue) = 148+84+248=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #9454F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9454F8 is #6BAB07. Grayscale: #797979. Windows color (decimal): -7056136 or 16274580. OLE color: 16274580.
HSL color Cylindrical-coordinate representation of color #9454F8: hue angle of 263.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9454F8 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 84 | 248 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.03 |
| HSL | 263.41º | 0.92% | 0.65% | - |
| HSV(B) | 263.41º | 0.66% | 0.97% | - |
| XYZ | 32.33 | 19.41 | 90.85 | - |
| YUV | 121.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 248 | 0.40 | 0.66 | 0 | 0.03 | 263.41 | 0.92 | 0.65 |
| Hex | 94 | 54 | F8 | 28 | 42 | 0 | 3 | 107 | 5C | 41 |
| Octal | 224 | 124 | 370 | 50 | 102 | 0 | 3 | 407 | 134 | 101 |
| Binary | 10010100 | 1010100 | 11111000 | 101000 | 1000010 | 0 | 11 | 100000111 | 1011100 | 1000001 |
Color Harmonies of #9454F8
Complementary color
Monochromatic Colors of #9454F8
Black with #9454F8
Text Example
Text Example
White with #9454F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9454F8; }
p { color: rgb(148,84,248); }
H1.HeaderClassName
{
color: #9454F8;
}
.AnyTagClassName
{
color: #9454F8;
}
</style>
background-color css
<style>
a { background-color: #9454F8; }
a { background-color: rgb(148,84,248); }
div.DivClassName
{
background-color: #9454F8;
}
.BgClassName
{
background-color: #9454F8;
}
</style>
border-color css
<style>
span { border-color: #9454F8; }
span { border-color: rgb(148,84,248); }
td.TdClassName
{
border-color: #9454F8;
}
.TagClassName
{
border-color: #9454F8;
}
</style>