Shades of Light Slate Blue #9090FD
Tints of Light Slate Blue #9090FD
RGB
CMYK
RGB Variations
Color information
#9090FD (or 0x9090FD) is known color: Light Slate Blue. HEX triplet: 90, 90 and FD. RGB value is (144,144,253). Sum of RGB (Red+Green+Blue) = 144+144+253=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #9090FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FD is #6F6F02. Grayscale: #9B9B9B. Windows color (decimal): -7302915 or 16617616. OLE color: 16617616.
HSL color Cylindrical-coordinate representation of color #9090FD: hue angle of 240º 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 #9090FD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 144 | 253 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.01 |
| HSL | 240º | 0.96% | 0.78% | - |
| HSV(B) | 240º | 0.43% | 0.99% | - |
| XYZ | 39.2 | 32.97 | 97.23 | - |
| YUV | 156.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 253 | 0.43 | 0.43 | 0 | 0.01 | 240 | 0.96 | 0.78 |
| Hex | 90 | 90 | FD | 2B | 2B | 0 | 1 | F0 | 60 | 4E |
| Octal | 220 | 220 | 375 | 53 | 53 | 0 | 1 | 360 | 140 | 116 |
| Binary | 10010000 | 10010000 | 11111101 | 101011 | 101011 | 0 | 1 | 11110000 | 1100000 | 1001110 |
Color Harmonies of #9090FD
Complementary color
Monochromatic Colors of #9090FD
Black with #9090FD
Text Example
Text Example
White with #9090FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090FD; }
p { color: rgb(144,144,253); }
H1.HeaderClassName
{
color: #9090FD;
}
.AnyTagClassName
{
color: #9090FD;
}
</style>
background-color css
<style>
a { background-color: #9090FD; }
a { background-color: rgb(144,144,253); }
div.DivClassName
{
background-color: #9090FD;
}
.BgClassName
{
background-color: #9090FD;
}
</style>
border-color css
<style>
span { border-color: #9090FD; }
span { border-color: rgb(144,144,253); }
td.TdClassName
{
border-color: #9090FD;
}
.TagClassName
{
border-color: #9090FD;
}
</style>