Shades of Light Slate Blue #9555F9
Tints of Light Slate Blue #9555F9
RGB
CMYK
RGB Variations
Color information
#9555F9 (or 0x9555F9) is known color: Light Slate Blue. HEX triplet: 95, 55 and F9. RGB value is (149,85,249). Sum of RGB (Red+Green+Blue) = 149+85+249=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #9555F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9555F9 is #6AAA06. Grayscale: #7A7A7A. Windows color (decimal): -6990343 or 16340373. OLE color: 16340373.
HSL color Cylindrical-coordinate representation of color #9555F9: hue angle of 263.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9555F9 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 85 | 249 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.02 |
| HSL | 263.41º | 0.93% | 0.65% | - |
| HSV(B) | 263.41º | 0.66% | 0.98% | - |
| XYZ | 32.74 | 19.73 | 91.7 | - |
| YUV | 122.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 249 | 0.40 | 0.66 | 0 | 0.02 | 263.41 | 0.93 | 0.65 |
| Hex | 95 | 55 | F9 | 28 | 42 | 0 | 2 | 107 | 5D | 41 |
| Octal | 225 | 125 | 371 | 50 | 102 | 0 | 2 | 407 | 135 | 101 |
| Binary | 10010101 | 1010101 | 11111001 | 101000 | 1000010 | 0 | 10 | 100000111 | 1011101 | 1000001 |
Color Harmonies of #9555F9
Complementary color
Monochromatic Colors of #9555F9
Black with #9555F9
Text Example
Text Example
White with #9555F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555F9; }
p { color: rgb(149,85,249); }
H1.HeaderClassName
{
color: #9555F9;
}
.AnyTagClassName
{
color: #9555F9;
}
</style>
background-color css
<style>
a { background-color: #9555F9; }
a { background-color: rgb(149,85,249); }
div.DivClassName
{
background-color: #9555F9;
}
.BgClassName
{
background-color: #9555F9;
}
</style>
border-color css
<style>
span { border-color: #9555F9; }
span { border-color: rgb(149,85,249); }
td.TdClassName
{
border-color: #9555F9;
}
.TagClassName
{
border-color: #9555F9;
}
</style>