Shades of Light Slate Blue #9155FB
Tints of Light Slate Blue #9155FB
RGB
CMYK
RGB Variations
Color information
#9155FB (or 0x9155FB) is known color: Light Slate Blue. HEX triplet: 91, 55 and FB. RGB value is (145,85,251). Sum of RGB (Red+Green+Blue) = 145+85+251=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #9155FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9155FB is #6EAA04. Grayscale: #797979. Windows color (decimal): -7252485 or 16471441. OLE color: 16471441.
HSL color Cylindrical-coordinate representation of color #9155FB: hue angle of 261.69º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9155FB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 85 | 251 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.02 |
| HSL | 261.69º | 0.95% | 0.66% | - |
| HSV(B) | 261.69º | 0.66% | 0.98% | - |
| XYZ | 32.34 | 19.48 | 93.32 | - |
| YUV | 121.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 251 | 0.42 | 0.66 | 0 | 0.02 | 261.69 | 0.95 | 0.66 |
| Hex | 91 | 55 | FB | 2A | 42 | 0 | 2 | 106 | 5F | 42 |
| Octal | 221 | 125 | 373 | 52 | 102 | 0 | 2 | 406 | 137 | 102 |
| Binary | 10010001 | 1010101 | 11111011 | 101010 | 1000010 | 0 | 10 | 100000110 | 1011111 | 1000010 |
Color Harmonies of #9155FB
Complementary color
Monochromatic Colors of #9155FB
Black with #9155FB
Text Example
Text Example
White with #9155FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155FB; }
p { color: rgb(145,85,251); }
H1.HeaderClassName
{
color: #9155FB;
}
.AnyTagClassName
{
color: #9155FB;
}
</style>
background-color css
<style>
a { background-color: #9155FB; }
a { background-color: rgb(145,85,251); }
div.DivClassName
{
background-color: #9155FB;
}
.BgClassName
{
background-color: #9155FB;
}
</style>
border-color css
<style>
span { border-color: #9155FB; }
span { border-color: rgb(145,85,251); }
td.TdClassName
{
border-color: #9155FB;
}
.TagClassName
{
border-color: #9155FB;
}
</style>