Shades of Light Slate Blue #9565FF
Tints of Light Slate Blue #9565FF
RGB
CMYK
RGB Variations
Color information
#9565FF (or 0x9565FF) is known color: Light Slate Blue. HEX triplet: 95, 65 and FF. RGB value is (149,101,255). Sum of RGB (Red+Green+Blue) = 149+101+255=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9565FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565FF is #6A9A00. Grayscale: #848484. Windows color (decimal): -6986241 or 16737685. OLE color: 16737685.
HSL color Cylindrical-coordinate representation of color #9565FF: hue angle of 258.7º 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 #9565FF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 101 | 255 | - |
| CMYK | 0.42 | 0.60 | 0 | 0 |
| HSL | 258.7º | 1% | 0.7% | - |
| HSV(B) | 258.7º | 0.6% | 1% | - |
| XYZ | 35.1 | 22.92 | 97.18 | - |
| YUV | 132.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 255 | 0.42 | 0.60 | 0 | 0 | 258.7 | 1 | 0.7 |
| Hex | 95 | 65 | FF | 2A | 3C | 0 | 0 | 103 | 64 | 46 |
| Octal | 225 | 145 | 377 | 52 | 74 | 0 | 0 | 403 | 144 | 106 |
| Binary | 10010101 | 1100101 | 11111111 | 101010 | 111100 | 0 | 0 | 100000011 | 1100100 | 1000110 |
Color Harmonies of #9565FF
Complementary color
Monochromatic Colors of #9565FF
Black with #9565FF
Text Example
Text Example
White with #9565FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565FF; }
p { color: rgb(149,101,255); }
H1.HeaderClassName
{
color: #9565FF;
}
.AnyTagClassName
{
color: #9565FF;
}
</style>
background-color css
<style>
a { background-color: #9565FF; }
a { background-color: rgb(149,101,255); }
div.DivClassName
{
background-color: #9565FF;
}
.BgClassName
{
background-color: #9565FF;
}
</style>
border-color css
<style>
span { border-color: #9565FF; }
span { border-color: rgb(149,101,255); }
td.TdClassName
{
border-color: #9565FF;
}
.TagClassName
{
border-color: #9565FF;
}
</style>