Shades of Light Slate Blue #908FFF
Tints of Light Slate Blue #908FFF
RGB
CMYK
RGB Variations
Color information
#908FFF (or 0x908FFF) is known color: Light Slate Blue. HEX triplet: 90, 8F and FF. RGB value is (144,143,255). Sum of RGB (Red+Green+Blue) = 144+143+255=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #908FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FFF is #6F7000. Grayscale: #9B9B9B. Windows color (decimal): -7303169 or 16748432. OLE color: 16748432.
HSL color Cylindrical-coordinate representation of color #908FFF: hue angle of 240.54º 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 #908FFF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 143 | 255 | - |
| CMYK | 0.44 | 0.44 | 0 | 0 |
| HSL | 240.54º | 1% | 0.78% | - |
| HSV(B) | 240.54º | 0.44% | 1% | - |
| XYZ | 39.37 | 32.79 | 98.86 | - |
| YUV | 156.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 255 | 0.44 | 0.44 | 0 | 0 | 240.54 | 1 | 0.78 |
| Hex | 90 | 8F | FF | 2C | 2C | 0 | 0 | F1 | 64 | 4E |
| Octal | 220 | 217 | 377 | 54 | 54 | 0 | 0 | 361 | 144 | 116 |
| Binary | 10010000 | 10001111 | 11111111 | 101100 | 101100 | 0 | 0 | 11110001 | 1100100 | 1001110 |
Color Harmonies of #908FFF
Complementary color
Monochromatic Colors of #908FFF
Black with #908FFF
Text Example
Text Example
White with #908FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FFF; }
p { color: rgb(144,143,255); }
H1.HeaderClassName
{
color: #908FFF;
}
.AnyTagClassName
{
color: #908FFF;
}
</style>
background-color css
<style>
a { background-color: #908FFF; }
a { background-color: rgb(144,143,255); }
div.DivClassName
{
background-color: #908FFF;
}
.BgClassName
{
background-color: #908FFF;
}
</style>
border-color css
<style>
span { border-color: #908FFF; }
span { border-color: rgb(144,143,255); }
td.TdClassName
{
border-color: #908FFF;
}
.TagClassName
{
border-color: #908FFF;
}
</style>