Shades of Light Slate Blue #9566FF
Tints of Light Slate Blue #9566FF
RGB
CMYK
RGB Variations
Color information
#9566FF (or 0x9566FF) is known color: Light Slate Blue. HEX triplet: 95, 66 and FF. RGB value is (149,102,255). Sum of RGB (Red+Green+Blue) = 149+102+255=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #9566FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9566FF is #6A9900. Grayscale: #848484. Windows color (decimal): -6985985 or 16737941. OLE color: 16737941.
HSL color Cylindrical-coordinate representation of color #9566FF: hue angle of 258.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9566FF is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 102 | 255 | - |
| CMYK | 0.42 | 0.6 | 0 | 0 |
| HSL | 258.43º | 1% | 0.7% | - |
| HSV(B) | 258.43º | 0.6% | 1% | - |
| XYZ | 35.2 | 23.11 | 97.21 | - |
| YUV | 133.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 255 | 0.42 | 0.6 | 0 | 0 | 258.43 | 1 | 0.7 |
| Hex | 95 | 66 | FF | 2A | 3C | 0 | 0 | 102 | 64 | 46 |
| Octal | 225 | 146 | 377 | 52 | 74 | 0 | 0 | 402 | 144 | 106 |
| Binary | 10010101 | 1100110 | 11111111 | 101010 | 111100 | 0 | 0 | 100000010 | 1100100 | 1000110 |
Color Harmonies of #9566FF
Complementary color
Monochromatic Colors of #9566FF
Black with #9566FF
Text Example
Text Example
White with #9566FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566FF; }
p { color: rgb(149,102,255); }
H1.HeaderClassName
{
color: #9566FF;
}
.AnyTagClassName
{
color: #9566FF;
}
</style>
background-color css
<style>
a { background-color: #9566FF; }
a { background-color: rgb(149,102,255); }
div.DivClassName
{
background-color: #9566FF;
}
.BgClassName
{
background-color: #9566FF;
}
</style>
border-color css
<style>
span { border-color: #9566FF; }
span { border-color: rgb(149,102,255); }
td.TdClassName
{
border-color: #9566FF;
}
.TagClassName
{
border-color: #9566FF;
}
</style>