Shades of Light Slate Blue #9589F5
Tints of Light Slate Blue #9589F5
RGB
CMYK
RGB Variations
Color information
#9589F5 (or 0x9589F5) is known color: Light Slate Blue. HEX triplet: 95, 89 and F5. RGB value is (149,137,245). Sum of RGB (Red+Green+Blue) = 149+137+245=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #9589F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589F5 is #6A760A. Grayscale: #989898. Windows color (decimal): -6977035 or 16091541. OLE color: 16091541.
HSL color Cylindrical-coordinate representation of color #9589F5: hue angle of 246.67º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9589F5 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 137 | 245 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.04 |
| HSL | 246.67º | 0.84% | 0.75% | - |
| HSV(B) | 246.67º | 0.44% | 0.96% | - |
| XYZ | 37.82 | 30.87 | 90.35 | - |
| YUV | 152.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 245 | 0.39 | 0.44 | 0 | 0.04 | 246.67 | 0.84 | 0.75 |
| Hex | 95 | 89 | F5 | 27 | 2C | 0 | 4 | F7 | 54 | 4B |
| Octal | 225 | 211 | 365 | 47 | 54 | 0 | 4 | 367 | 124 | 113 |
| Binary | 10010101 | 10001001 | 11110101 | 100111 | 101100 | 0 | 100 | 11110111 | 1010100 | 1001011 |
Color Harmonies of #9589F5
Complementary color
Monochromatic Colors of #9589F5
Black with #9589F5
Text Example
Text Example
White with #9589F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9589F5; }
p { color: rgb(149,137,245); }
H1.HeaderClassName
{
color: #9589F5;
}
.AnyTagClassName
{
color: #9589F5;
}
</style>
background-color css
<style>
a { background-color: #9589F5; }
a { background-color: rgb(149,137,245); }
div.DivClassName
{
background-color: #9589F5;
}
.BgClassName
{
background-color: #9589F5;
}
</style>
border-color css
<style>
span { border-color: #9589F5; }
span { border-color: rgb(149,137,245); }
td.TdClassName
{
border-color: #9589F5;
}
.TagClassName
{
border-color: #9589F5;
}
</style>