Shades of Light Slate Blue #9569FF
Tints of Light Slate Blue #9569FF
RGB
CMYK
RGB Variations
Color information
#9569FF (or 0x9569FF) is known color: Light Slate Blue. HEX triplet: 95, 69 and FF. RGB value is (149,105,255). Sum of RGB (Red+Green+Blue) = 149+105+255=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9569FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9569FF is #6A9600. Grayscale: #868686. Windows color (decimal): -6985217 or 16738709. OLE color: 16738709.
HSL color Cylindrical-coordinate representation of color #9569FF: hue angle of 257.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9569FF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 105 | 255 | - |
| CMYK | 0.42 | 0.59 | 0 | 0 |
| HSL | 257.6º | 1% | 0.71% | - |
| HSV(B) | 257.6º | 0.59% | 1% | - |
| XYZ | 35.5 | 23.71 | 97.31 | - |
| YUV | 135.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 255 | 0.42 | 0.59 | 0 | 0 | 257.6 | 1 | 0.71 |
| Hex | 95 | 69 | FF | 2A | 3B | 0 | 0 | 102 | 64 | 47 |
| Octal | 225 | 151 | 377 | 52 | 73 | 0 | 0 | 402 | 144 | 107 |
| Binary | 10010101 | 1101001 | 11111111 | 101010 | 111011 | 0 | 0 | 100000010 | 1100100 | 1000111 |
Color Harmonies of #9569FF
Complementary color
Monochromatic Colors of #9569FF
Black with #9569FF
Text Example
Text Example
White with #9569FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569FF; }
p { color: rgb(149,105,255); }
H1.HeaderClassName
{
color: #9569FF;
}
.AnyTagClassName
{
color: #9569FF;
}
</style>
background-color css
<style>
a { background-color: #9569FF; }
a { background-color: rgb(149,105,255); }
div.DivClassName
{
background-color: #9569FF;
}
.BgClassName
{
background-color: #9569FF;
}
</style>
border-color css
<style>
span { border-color: #9569FF; }
span { border-color: rgb(149,105,255); }
td.TdClassName
{
border-color: #9569FF;
}
.TagClassName
{
border-color: #9569FF;
}
</style>