Shades of Light Slate Blue #9490FE
Tints of Light Slate Blue #9490FE
RGB
CMYK
RGB Variations
Color information
#9490FE (or 0x9490FE) is known color: Light Slate Blue. HEX triplet: 94, 90 and FE. RGB value is (148,144,254). Sum of RGB (Red+Green+Blue) = 148+144+254=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #9490FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490FE is #6B6F01. Grayscale: #9D9D9D. Windows color (decimal): -7040770 or 16683156. OLE color: 16683156.
HSL color Cylindrical-coordinate representation of color #9490FE: hue angle of 242.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9490FE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 144 | 254 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.00 |
| HSL | 242.18º | 0.98% | 0.78% | - |
| HSV(B) | 242.18º | 0.43% | 1% | - |
| XYZ | 40.08 | 33.4 | 98.1 | - |
| YUV | 157.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 254 | 0.42 | 0.43 | 0 | 0.00 | 242.18 | 0.98 | 0.78 |
| Hex | 94 | 90 | FE | 2A | 2B | 0 | 0 | F2 | 62 | 4E |
| Octal | 224 | 220 | 376 | 52 | 53 | 0 | 0 | 362 | 142 | 116 |
| Binary | 10010100 | 10010000 | 11111110 | 101010 | 101011 | 0 | 0 | 11110010 | 1100010 | 1001110 |
Color Harmonies of #9490FE
Complementary color
Monochromatic Colors of #9490FE
Black with #9490FE
Text Example
Text Example
White with #9490FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490FE; }
p { color: rgb(148,144,254); }
H1.HeaderClassName
{
color: #9490FE;
}
.AnyTagClassName
{
color: #9490FE;
}
</style>
background-color css
<style>
a { background-color: #9490FE; }
a { background-color: rgb(148,144,254); }
div.DivClassName
{
background-color: #9490FE;
}
.BgClassName
{
background-color: #9490FE;
}
</style>
border-color css
<style>
span { border-color: #9490FE; }
span { border-color: rgb(148,144,254); }
td.TdClassName
{
border-color: #9490FE;
}
.TagClassName
{
border-color: #9490FE;
}
</style>