Shades of Light Slate Blue #9459F8
Tints of Light Slate Blue #9459F8
RGB
CMYK
RGB Variations
Color information
#9459F8 (or 0x9459F8) is known color: Light Slate Blue. HEX triplet: 94, 59 and F8. RGB value is (148,89,248). Sum of RGB (Red+Green+Blue) = 148+89+248=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #9459F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9459F8 is #6BA607. Grayscale: #7C7C7C. Windows color (decimal): -7054856 or 16275860. OLE color: 16275860.
HSL color Cylindrical-coordinate representation of color #9459F8: hue angle of 262.26º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9459F8 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 89 | 248 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.03 |
| HSL | 262.26º | 0.92% | 0.66% | - |
| HSV(B) | 262.26º | 0.64% | 0.97% | - |
| XYZ | 32.73 | 20.22 | 90.98 | - |
| YUV | 124.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 248 | 0.40 | 0.64 | 0 | 0.03 | 262.26 | 0.92 | 0.66 |
| Hex | 94 | 59 | F8 | 28 | 40 | 0 | 3 | 106 | 5C | 42 |
| Octal | 224 | 131 | 370 | 50 | 100 | 0 | 3 | 406 | 134 | 102 |
| Binary | 10010100 | 1011001 | 11111000 | 101000 | 1000000 | 0 | 11 | 100000110 | 1011100 | 1000010 |
Color Harmonies of #9459F8
Complementary color
Monochromatic Colors of #9459F8
Black with #9459F8
Text Example
Text Example
White with #9459F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459F8; }
p { color: rgb(148,89,248); }
H1.HeaderClassName
{
color: #9459F8;
}
.AnyTagClassName
{
color: #9459F8;
}
</style>
background-color css
<style>
a { background-color: #9459F8; }
a { background-color: rgb(148,89,248); }
div.DivClassName
{
background-color: #9459F8;
}
.BgClassName
{
background-color: #9459F8;
}
</style>
border-color css
<style>
span { border-color: #9459F8; }
span { border-color: rgb(148,89,248); }
td.TdClassName
{
border-color: #9459F8;
}
.TagClassName
{
border-color: #9459F8;
}
</style>