Shades of Light Slate Blue #908EF9
Tints of Light Slate Blue #908EF9
RGB
CMYK
RGB Variations
Color information
#908EF9 (or 0x908EF9) is known color: Light Slate Blue. HEX triplet: 90, 8E and F9. RGB value is (144,142,249). Sum of RGB (Red+Green+Blue) = 144+142+249=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #908EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EF9 is #6F7106. Grayscale: #9A9A9A. Windows color (decimal): -7303431 or 16354960. OLE color: 16354960.
HSL color Cylindrical-coordinate representation of color #908EF9: hue angle of 241.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908EF9 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 142 | 249 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.02 |
| HSL | 241.12º | 0.9% | 0.77% | - |
| HSV(B) | 241.12º | 0.43% | 0.98% | - |
| XYZ | 38.27 | 32.11 | 93.8 | - |
| YUV | 154.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 249 | 0.42 | 0.43 | 0 | 0.02 | 241.12 | 0.9 | 0.77 |
| Hex | 90 | 8E | F9 | 2A | 2B | 0 | 2 | F1 | 5A | 4D |
| Octal | 220 | 216 | 371 | 52 | 53 | 0 | 2 | 361 | 132 | 115 |
| Binary | 10010000 | 10001110 | 11111001 | 101010 | 101011 | 0 | 10 | 11110001 | 1011010 | 1001101 |
Color Harmonies of #908EF9
Complementary color
Monochromatic Colors of #908EF9
Black with #908EF9
Text Example
Text Example
White with #908EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EF9; }
p { color: rgb(144,142,249); }
H1.HeaderClassName
{
color: #908EF9;
}
.AnyTagClassName
{
color: #908EF9;
}
</style>
background-color css
<style>
a { background-color: #908EF9; }
a { background-color: rgb(144,142,249); }
div.DivClassName
{
background-color: #908EF9;
}
.BgClassName
{
background-color: #908EF9;
}
</style>
border-color css
<style>
span { border-color: #908EF9; }
span { border-color: rgb(144,142,249); }
td.TdClassName
{
border-color: #908EF9;
}
.TagClassName
{
border-color: #908EF9;
}
</style>