Shades of Light Slate Blue #9587F1
Tints of Light Slate Blue #9587F1
RGB
CMYK
RGB Variations
Color information
#9587F1 (or 0x9587F1) is known color: Light Slate Blue. HEX triplet: 95, 87 and F1. RGB value is (149,135,241). Sum of RGB (Red+Green+Blue) = 149+135+241=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #9587F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9587F1 is #6A780E. Grayscale: #969696. Windows color (decimal): -6977551 or 15828885. OLE color: 15828885.
HSL color Cylindrical-coordinate representation of color #9587F1: hue angle of 247.92º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9587F1 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 135 | 241 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.05 |
| HSL | 247.92º | 0.79% | 0.74% | - |
| HSV(B) | 247.92º | 0.44% | 0.95% | - |
| XYZ | 36.94 | 30.07 | 87.08 | - |
| YUV | 151.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 241 | 0.38 | 0.44 | 0 | 0.05 | 247.92 | 0.79 | 0.74 |
| Hex | 95 | 87 | F1 | 26 | 2C | 0 | 5 | F8 | 4F | 4A |
| Octal | 225 | 207 | 361 | 46 | 54 | 0 | 5 | 370 | 117 | 112 |
| Binary | 10010101 | 10000111 | 11110001 | 100110 | 101100 | 0 | 101 | 11111000 | 1001111 | 1001010 |
Color Harmonies of #9587F1
Complementary color
Monochromatic Colors of #9587F1
Black with #9587F1
Text Example
Text Example
White with #9587F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587F1; }
p { color: rgb(149,135,241); }
H1.HeaderClassName
{
color: #9587F1;
}
.AnyTagClassName
{
color: #9587F1;
}
</style>
background-color css
<style>
a { background-color: #9587F1; }
a { background-color: rgb(149,135,241); }
div.DivClassName
{
background-color: #9587F1;
}
.BgClassName
{
background-color: #9587F1;
}
</style>
border-color css
<style>
span { border-color: #9587F1; }
span { border-color: rgb(149,135,241); }
td.TdClassName
{
border-color: #9587F1;
}
.TagClassName
{
border-color: #9587F1;
}
</style>