Shades of Light Slate Blue #908DFF
Tints of Light Slate Blue #908DFF
RGB
CMYK
RGB Variations
Color information
#908DFF (or 0x908DFF) is known color: Light Slate Blue. HEX triplet: 90, 8D and FF. RGB value is (144,141,255). Sum of RGB (Red+Green+Blue) = 144+141+255=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #908DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFF is #6F7200. Grayscale: #9A9A9A. Windows color (decimal): -7303681 or 16747920. OLE color: 16747920.
HSL color Cylindrical-coordinate representation of color #908DFF: hue angle of 241.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #908DFF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 141 | 255 | - |
| CMYK | 0.44 | 0.45 | 0 | 0 |
| HSL | 241.58º | 1% | 0.78% | - |
| HSV(B) | 241.58º | 0.45% | 1% | - |
| XYZ | 39.08 | 32.2 | 98.76 | - |
| YUV | 154.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 255 | 0.44 | 0.45 | 0 | 0 | 241.58 | 1 | 0.78 |
| Hex | 90 | 8D | FF | 2C | 2D | 0 | 0 | F2 | 64 | 4E |
| Octal | 220 | 215 | 377 | 54 | 55 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010000 | 10001101 | 11111111 | 101100 | 101101 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #908DFF
Complementary color
Monochromatic Colors of #908DFF
Black with #908DFF
Text Example
Text Example
White with #908DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908DFF; }
p { color: rgb(144,141,255); }
H1.HeaderClassName
{
color: #908DFF;
}
.AnyTagClassName
{
color: #908DFF;
}
</style>
background-color css
<style>
a { background-color: #908DFF; }
a { background-color: rgb(144,141,255); }
div.DivClassName
{
background-color: #908DFF;
}
.BgClassName
{
background-color: #908DFF;
}
</style>
border-color css
<style>
span { border-color: #908DFF; }
span { border-color: rgb(144,141,255); }
td.TdClassName
{
border-color: #908DFF;
}
.TagClassName
{
border-color: #908DFF;
}
</style>