Shades of Light Slate Blue #9490FF
Tints of Light Slate Blue #9490FF
RGB
CMYK
RGB Variations
Color information
#9490FF (or 0x9490FF) is known color: Light Slate Blue. HEX triplet: 94, 90 and FF. RGB value is (148,144,255). Sum of RGB (Red+Green+Blue) = 148+144+255=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9490FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490FF is #6B6F00. Grayscale: #9D9D9D. Windows color (decimal): -7040769 or 16748692. OLE color: 16748692.
HSL color Cylindrical-coordinate representation of color #9490FF: hue angle of 242.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9490FF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 144 | 255 | - |
| CMYK | 0.42 | 0.44 | 0 | 0 |
| HSL | 242.16º | 1% | 0.78% | - |
| HSV(B) | 242.16º | 0.44% | 1% | - |
| XYZ | 40.24 | 33.46 | 98.95 | - |
| YUV | 157.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 255 | 0.42 | 0.44 | 0 | 0 | 242.16 | 1 | 0.78 |
| Hex | 94 | 90 | FF | 2A | 2C | 0 | 0 | F2 | 64 | 4E |
| Octal | 224 | 220 | 377 | 52 | 54 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010100 | 10010000 | 11111111 | 101010 | 101100 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #9490FF
Complementary color
Monochromatic Colors of #9490FF
Black with #9490FF
Text Example
Text Example
White with #9490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490FF; }
p { color: rgb(148,144,255); }
H1.HeaderClassName
{
color: #9490FF;
}
.AnyTagClassName
{
color: #9490FF;
}
</style>
background-color css
<style>
a { background-color: #9490FF; }
a { background-color: rgb(148,144,255); }
div.DivClassName
{
background-color: #9490FF;
}
.BgClassName
{
background-color: #9490FF;
}
</style>
border-color css
<style>
span { border-color: #9490FF; }
span { border-color: rgb(148,144,255); }
td.TdClassName
{
border-color: #9490FF;
}
.TagClassName
{
border-color: #9490FF;
}
</style>