Shades of Light Slate Blue #9589F6
Tints of Light Slate Blue #9589F6
RGB
CMYK
RGB Variations
Color information
#9589F6 (or 0x9589F6) is known color: Light Slate Blue. HEX triplet: 95, 89 and F6. RGB value is (149,137,246). Sum of RGB (Red+Green+Blue) = 149+137+246=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #9589F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589F6 is #6A7609. Grayscale: #989898. Windows color (decimal): -6977034 or 16157077. OLE color: 16157077.
HSL color Cylindrical-coordinate representation of color #9589F6: hue angle of 246.61º degrees, saturation: 0.86, 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 #9589F6 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 137 | 246 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.04 |
| HSL | 246.61º | 0.86% | 0.75% | - |
| HSV(B) | 246.61º | 0.44% | 0.96% | - |
| XYZ | 37.97 | 30.93 | 91.16 | - |
| YUV | 153.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 246 | 0.39 | 0.44 | 0 | 0.04 | 246.61 | 0.86 | 0.75 |
| Hex | 95 | 89 | F6 | 27 | 2C | 0 | 4 | F7 | 56 | 4B |
| Octal | 225 | 211 | 366 | 47 | 54 | 0 | 4 | 367 | 126 | 113 |
| Binary | 10010101 | 10001001 | 11110110 | 100111 | 101100 | 0 | 100 | 11110111 | 1010110 | 1001011 |
Color Harmonies of #9589F6
Complementary color
Monochromatic Colors of #9589F6
Black with #9589F6
Text Example
Text Example
White with #9589F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9589F6; }
p { color: rgb(149,137,246); }
H1.HeaderClassName
{
color: #9589F6;
}
.AnyTagClassName
{
color: #9589F6;
}
</style>
background-color css
<style>
a { background-color: #9589F6; }
a { background-color: rgb(149,137,246); }
div.DivClassName
{
background-color: #9589F6;
}
.BgClassName
{
background-color: #9589F6;
}
</style>
border-color css
<style>
span { border-color: #9589F6; }
span { border-color: rgb(149,137,246); }
td.TdClassName
{
border-color: #9589F6;
}
.TagClassName
{
border-color: #9589F6;
}
</style>