Shades of Light Slate Blue #9A78FD
Tints of Light Slate Blue #9A78FD
RGB
CMYK
RGB Variations
Color information
#9A78FD (or 0x9A78FD) is known color: Light Slate Blue. HEX triplet: 9A, 78 and FD. RGB value is (154,120,253). Sum of RGB (Red+Green+Blue) = 154+120+253=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A78FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A78FD is #658702. Grayscale: #909090. Windows color (decimal): -6653699 or 16611482. OLE color: 16611482.
HSL color Cylindrical-coordinate representation of color #9A78FD: hue angle of 255.34º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A78FD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 120 | 253 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.01 |
| HSL | 255.34º | 0.97% | 0.73% | - |
| HSV(B) | 255.34º | 0.53% | 0.99% | - |
| XYZ | 37.77 | 27.39 | 96.23 | - |
| YUV | 145.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 253 | 0.39 | 0.53 | 0 | 0.01 | 255.34 | 0.97 | 0.73 |
| Hex | 9A | 78 | FD | 27 | 35 | 0 | 1 | FF | 61 | 49 |
| Octal | 232 | 170 | 375 | 47 | 65 | 0 | 1 | 377 | 141 | 111 |
| Binary | 10011010 | 1111000 | 11111101 | 100111 | 110101 | 0 | 1 | 11111111 | 1100001 | 1001001 |
Color Harmonies of #9A78FD
Complementary color
Monochromatic Colors of #9A78FD
Black with #9A78FD
Text Example
Text Example
White with #9A78FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A78FD; }
p { color: rgb(154,120,253); }
H1.HeaderClassName
{
color: #9A78FD;
}
.AnyTagClassName
{
color: #9A78FD;
}
</style>
background-color css
<style>
a { background-color: #9A78FD; }
a { background-color: rgb(154,120,253); }
div.DivClassName
{
background-color: #9A78FD;
}
.BgClassName
{
background-color: #9A78FD;
}
</style>
border-color css
<style>
span { border-color: #9A78FD; }
span { border-color: rgb(154,120,253); }
td.TdClassName
{
border-color: #9A78FD;
}
.TagClassName
{
border-color: #9A78FD;
}
</style>