Shades of Light Slate Blue #9958FA
Tints of Light Slate Blue #9958FA
RGB
CMYK
RGB Variations
Color information
#9958FA (or 0x9958FA) is known color: Light Slate Blue. HEX triplet: 99, 58 and FA. RGB value is (153,88,250). Sum of RGB (Red+Green+Blue) = 153+88+250=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #9958FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9958FA is #66A705. Grayscale: #7D7D7D. Windows color (decimal): -6727430 or 16406681. OLE color: 16406681.
HSL color Cylindrical-coordinate representation of color #9958FA: hue angle of 264.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9958FA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 88 | 250 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.02 |
| HSL | 264.07º | 0.94% | 0.66% | - |
| HSV(B) | 264.07º | 0.65% | 0.98% | - |
| XYZ | 33.88 | 20.65 | 92.64 | - |
| YUV | 125.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 250 | 0.39 | 0.65 | 0 | 0.02 | 264.07 | 0.94 | 0.66 |
| Hex | 99 | 58 | FA | 27 | 41 | 0 | 2 | 108 | 5E | 42 |
| Octal | 231 | 130 | 372 | 47 | 101 | 0 | 2 | 410 | 136 | 102 |
| Binary | 10011001 | 1011000 | 11111010 | 100111 | 1000001 | 0 | 10 | 100001000 | 1011110 | 1000010 |
Color Harmonies of #9958FA
Complementary color
Monochromatic Colors of #9958FA
Black with #9958FA
Text Example
Text Example
White with #9958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958FA; }
p { color: rgb(153,88,250); }
H1.HeaderClassName
{
color: #9958FA;
}
.AnyTagClassName
{
color: #9958FA;
}
</style>
background-color css
<style>
a { background-color: #9958FA; }
a { background-color: rgb(153,88,250); }
div.DivClassName
{
background-color: #9958FA;
}
.BgClassName
{
background-color: #9958FA;
}
</style>
border-color css
<style>
span { border-color: #9958FA; }
span { border-color: rgb(153,88,250); }
td.TdClassName
{
border-color: #9958FA;
}
.TagClassName
{
border-color: #9958FA;
}
</style>