Shades of Light Slate Blue #9555FE
Tints of Light Slate Blue #9555FE
RGB
CMYK
RGB Variations
Color information
#9555FE (or 0x9555FE) is known color: Light Slate Blue. HEX triplet: 95, 55 and FE. RGB value is (149,85,254). Sum of RGB (Red+Green+Blue) = 149+85+254=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #9555FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9555FE is #6AAA01. Grayscale: #7A7A7A. Windows color (decimal): -6990338 or 16668053. OLE color: 16668053.
HSL color Cylindrical-coordinate representation of color #9555FE: hue angle of 262.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9555FE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 85 | 254 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.00 |
| HSL | 262.72º | 0.99% | 0.66% | - |
| HSV(B) | 262.72º | 0.67% | 1% | - |
| XYZ | 33.53 | 20.04 | 95.87 | - |
| YUV | 123.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 254 | 0.41 | 0.67 | 0 | 0.00 | 262.72 | 0.99 | 0.66 |
| Hex | 95 | 55 | FE | 29 | 43 | 0 | 0 | 107 | 63 | 42 |
| Octal | 225 | 125 | 376 | 51 | 103 | 0 | 0 | 407 | 143 | 102 |
| Binary | 10010101 | 1010101 | 11111110 | 101001 | 1000011 | 0 | 0 | 100000111 | 1100011 | 1000010 |
Color Harmonies of #9555FE
Complementary color
Monochromatic Colors of #9555FE
Black with #9555FE
Text Example
Text Example
White with #9555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555FE; }
p { color: rgb(149,85,254); }
H1.HeaderClassName
{
color: #9555FE;
}
.AnyTagClassName
{
color: #9555FE;
}
</style>
background-color css
<style>
a { background-color: #9555FE; }
a { background-color: rgb(149,85,254); }
div.DivClassName
{
background-color: #9555FE;
}
.BgClassName
{
background-color: #9555FE;
}
</style>
border-color css
<style>
span { border-color: #9555FE; }
span { border-color: rgb(149,85,254); }
td.TdClassName
{
border-color: #9555FE;
}
.TagClassName
{
border-color: #9555FE;
}
</style>