Shades of Light Slate Blue #9090FC
Tints of Light Slate Blue #9090FC
RGB
CMYK
RGB Variations
Color information
#9090FC (or 0x9090FC) is known color: Light Slate Blue. HEX triplet: 90, 90 and FC. RGB value is (144,144,252). Sum of RGB (Red+Green+Blue) = 144+144+252=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #9090FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FC is #6F6F03. Grayscale: #9B9B9B. Windows color (decimal): -7302916 or 16552080. OLE color: 16552080.
HSL color Cylindrical-coordinate representation of color #9090FC: hue angle of 240º degrees, saturation: 0.95, 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 #9090FC is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 144 | 252 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.01 |
| HSL | 240º | 0.95% | 0.78% | - |
| HSV(B) | 240º | 0.43% | 0.99% | - |
| XYZ | 39.05 | 32.9 | 96.39 | - |
| YUV | 156.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 252 | 0.43 | 0.43 | 0 | 0.01 | 240 | 0.95 | 0.78 |
| Hex | 90 | 90 | FC | 2B | 2B | 0 | 1 | F0 | 5F | 4E |
| Octal | 220 | 220 | 374 | 53 | 53 | 0 | 1 | 360 | 137 | 116 |
| Binary | 10010000 | 10010000 | 11111100 | 101011 | 101011 | 0 | 1 | 11110000 | 1011111 | 1001110 |
Color Harmonies of #9090FC
Complementary color
Monochromatic Colors of #9090FC
Black with #9090FC
Text Example
Text Example
White with #9090FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090FC; }
p { color: rgb(144,144,252); }
H1.HeaderClassName
{
color: #9090FC;
}
.AnyTagClassName
{
color: #9090FC;
}
</style>
background-color css
<style>
a { background-color: #9090FC; }
a { background-color: rgb(144,144,252); }
div.DivClassName
{
background-color: #9090FC;
}
.BgClassName
{
background-color: #9090FC;
}
</style>
border-color css
<style>
span { border-color: #9090FC; }
span { border-color: rgb(144,144,252); }
td.TdClassName
{
border-color: #9090FC;
}
.TagClassName
{
border-color: #9090FC;
}
</style>