Shades of Light Slate Blue #9A90FD
Tints of Light Slate Blue #9A90FD
RGB
CMYK
RGB Variations
Color information
#9A90FD (or 0x9A90FD) is known color: Light Slate Blue. HEX triplet: 9A, 90 and FD. RGB value is (154,144,253). Sum of RGB (Red+Green+Blue) = 154+144+253=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A90FD is #656F02. Grayscale: #9E9E9E. Windows color (decimal): -6647555 or 16617626. OLE color: 16617626.
HSL color Cylindrical-coordinate representation of color #9A90FD: hue angle of 245.5º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A90FD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 144 | 253 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.01 |
| HSL | 245.5º | 0.96% | 0.78% | - |
| HSV(B) | 245.5º | 0.43% | 0.99% | - |
| XYZ | 41.03 | 33.91 | 97.31 | - |
| YUV | 159.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 253 | 0.39 | 0.43 | 0 | 0.01 | 245.5 | 0.96 | 0.78 |
| Hex | 9A | 90 | FD | 27 | 2B | 0 | 1 | F6 | 60 | 4E |
| Octal | 232 | 220 | 375 | 47 | 53 | 0 | 1 | 366 | 140 | 116 |
| Binary | 10011010 | 10010000 | 11111101 | 100111 | 101011 | 0 | 1 | 11110110 | 1100000 | 1001110 |
Color Harmonies of #9A90FD
Complementary color
Monochromatic Colors of #9A90FD
Black with #9A90FD
Text Example
Text Example
White with #9A90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90FD; }
p { color: rgb(154,144,253); }
H1.HeaderClassName
{
color: #9A90FD;
}
.AnyTagClassName
{
color: #9A90FD;
}
</style>
background-color css
<style>
a { background-color: #9A90FD; }
a { background-color: rgb(154,144,253); }
div.DivClassName
{
background-color: #9A90FD;
}
.BgClassName
{
background-color: #9A90FD;
}
</style>
border-color css
<style>
span { border-color: #9A90FD; }
span { border-color: rgb(154,144,253); }
td.TdClassName
{
border-color: #9A90FD;
}
.TagClassName
{
border-color: #9A90FD;
}
</style>