Shades of Light Slate Blue #9584FF
Tints of Light Slate Blue #9584FF
RGB
CMYK
RGB Variations
Color information
#9584FF (or 0x9584FF) is known color: Light Slate Blue. HEX triplet: 95, 84 and FF. RGB value is (149,132,255). Sum of RGB (Red+Green+Blue) = 149+132+255=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9584FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9584FF is #6A7B00. Grayscale: #969696. Windows color (decimal): -6978305 or 16745621. OLE color: 16745621.
HSL color Cylindrical-coordinate representation of color #9584FF: hue angle of 248.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9584FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 132 | 255 | - |
| CMYK | 0.42 | 0.48 | 0 | 0 |
| HSL | 248.29º | 1% | 0.76% | - |
| HSV(B) | 248.29º | 0.48% | 1% | - |
| XYZ | 38.7 | 30.11 | 98.38 | - |
| YUV | 151.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 255 | 0.42 | 0.48 | 0 | 0 | 248.29 | 1 | 0.76 |
| Hex | 95 | 84 | FF | 2A | 30 | 0 | 0 | F8 | 64 | 4C |
| Octal | 225 | 204 | 377 | 52 | 60 | 0 | 0 | 370 | 144 | 114 |
| Binary | 10010101 | 10000100 | 11111111 | 101010 | 110000 | 0 | 0 | 11111000 | 1100100 | 1001100 |
Color Harmonies of #9584FF
Complementary color
Monochromatic Colors of #9584FF
Black with #9584FF
Text Example
Text Example
White with #9584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584FF; }
p { color: rgb(149,132,255); }
H1.HeaderClassName
{
color: #9584FF;
}
.AnyTagClassName
{
color: #9584FF;
}
</style>
background-color css
<style>
a { background-color: #9584FF; }
a { background-color: rgb(149,132,255); }
div.DivClassName
{
background-color: #9584FF;
}
.BgClassName
{
background-color: #9584FF;
}
</style>
border-color css
<style>
span { border-color: #9584FF; }
span { border-color: rgb(149,132,255); }
td.TdClassName
{
border-color: #9584FF;
}
.TagClassName
{
border-color: #9584FF;
}
</style>