Shades of Light Slate Blue #908DF5
Tints of Light Slate Blue #908DF5
RGB
CMYK
RGB Variations
Color information
#908DF5 (or 0x908DF5) is known color: Light Slate Blue. HEX triplet: 90, 8D and F5. RGB value is (144,141,245). Sum of RGB (Red+Green+Blue) = 144+141+245=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #908DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DF5 is #6F720A. Grayscale: #999999. Windows color (decimal): -7303691 or 16092560. OLE color: 16092560.
HSL color Cylindrical-coordinate representation of color #908DF5: hue angle of 241.73º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908DF5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 141 | 245 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.04 |
| HSL | 241.73º | 0.84% | 0.76% | - |
| HSV(B) | 241.73º | 0.42% | 0.96% | - |
| XYZ | 37.51 | 31.57 | 90.5 | - |
| YUV | 153.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 245 | 0.41 | 0.42 | 0 | 0.04 | 241.73 | 0.84 | 0.76 |
| Hex | 90 | 8D | F5 | 29 | 2A | 0 | 4 | F2 | 54 | 4C |
| Octal | 220 | 215 | 365 | 51 | 52 | 0 | 4 | 362 | 124 | 114 |
| Binary | 10010000 | 10001101 | 11110101 | 101001 | 101010 | 0 | 100 | 11110010 | 1010100 | 1001100 |
Color Harmonies of #908DF5
Complementary color
Monochromatic Colors of #908DF5
Black with #908DF5
Text Example
Text Example
White with #908DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DF5; }
p { color: rgb(144,141,245); }
H1.HeaderClassName
{
color: #908DF5;
}
.AnyTagClassName
{
color: #908DF5;
}
</style>
background-color css
<style>
a { background-color: #908DF5; }
a { background-color: rgb(144,141,245); }
div.DivClassName
{
background-color: #908DF5;
}
.BgClassName
{
background-color: #908DF5;
}
</style>
border-color css
<style>
span { border-color: #908DF5; }
span { border-color: rgb(144,141,245); }
td.TdClassName
{
border-color: #908DF5;
}
.TagClassName
{
border-color: #908DF5;
}
</style>