Shades of Light Slate Blue #9A64FD
Tints of Light Slate Blue #9A64FD
RGB
CMYK
RGB Variations
Color information
#9A64FD (or 0x9A64FD) is known color: Light Slate Blue. HEX triplet: 9A, 64 and FD. RGB value is (154,100,253). Sum of RGB (Red+Green+Blue) = 154+100+253=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A64FD is #659B02. Grayscale: #858585. Windows color (decimal): -6658819 or 16606362. OLE color: 16606362.
HSL color Cylindrical-coordinate representation of color #9A64FD: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A64FD is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 100 | 253 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.01 |
| HSL | 261.18º | 0.97% | 0.69% | - |
| HSV(B) | 261.18º | 0.6% | 0.99% | - |
| XYZ | 35.61 | 23.08 | 95.51 | - |
| YUV | 133.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 253 | 0.39 | 0.60 | 0 | 0.01 | 261.18 | 0.97 | 0.69 |
| Hex | 9A | 64 | FD | 27 | 3C | 0 | 1 | 105 | 61 | 45 |
| Octal | 232 | 144 | 375 | 47 | 74 | 0 | 1 | 405 | 141 | 105 |
| Binary | 10011010 | 1100100 | 11111101 | 100111 | 111100 | 0 | 1 | 100000101 | 1100001 | 1000101 |
Color Harmonies of #9A64FD
Complementary color
Monochromatic Colors of #9A64FD
Black with #9A64FD
Text Example
Text Example
White with #9A64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A64FD; }
p { color: rgb(154,100,253); }
H1.HeaderClassName
{
color: #9A64FD;
}
.AnyTagClassName
{
color: #9A64FD;
}
</style>
background-color css
<style>
a { background-color: #9A64FD; }
a { background-color: rgb(154,100,253); }
div.DivClassName
{
background-color: #9A64FD;
}
.BgClassName
{
background-color: #9A64FD;
}
</style>
border-color css
<style>
span { border-color: #9A64FD; }
span { border-color: rgb(154,100,253); }
td.TdClassName
{
border-color: #9A64FD;
}
.TagClassName
{
border-color: #9A64FD;
}
</style>