Shades of Light Slate Blue #906EFF
Tints of Light Slate Blue #906EFF
RGB
CMYK
RGB Variations
Color information
#906EFF (or 0x906EFF) is known color: Light Slate Blue. HEX triplet: 90, 6E and FF. RGB value is (144,110,255). Sum of RGB (Red+Green+Blue) = 144+110+255=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #906EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EFF is #6F9100. Grayscale: #888888. Windows color (decimal): -7311617 or 16739984. OLE color: 16739984.
HSL color Cylindrical-coordinate representation of color #906EFF: hue angle of 254.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906EFF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 110 | 255 | - |
| CMYK | 0.44 | 0.57 | 0 | 0 |
| HSL | 254.07º | 1% | 0.72% | - |
| HSV(B) | 254.07º | 0.57% | 1% | - |
| XYZ | 35.13 | 24.3 | 97.45 | - |
| YUV | 136.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 255 | 0.44 | 0.57 | 0 | 0 | 254.07 | 1 | 0.72 |
| Hex | 90 | 6E | FF | 2C | 39 | 0 | 0 | FE | 64 | 48 |
| Octal | 220 | 156 | 377 | 54 | 71 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10010000 | 1101110 | 11111111 | 101100 | 111001 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #906EFF
Complementary color
Monochromatic Colors of #906EFF
Black with #906EFF
Text Example
Text Example
White with #906EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EFF; }
p { color: rgb(144,110,255); }
H1.HeaderClassName
{
color: #906EFF;
}
.AnyTagClassName
{
color: #906EFF;
}
</style>
background-color css
<style>
a { background-color: #906EFF; }
a { background-color: rgb(144,110,255); }
div.DivClassName
{
background-color: #906EFF;
}
.BgClassName
{
background-color: #906EFF;
}
</style>
border-color css
<style>
span { border-color: #906EFF; }
span { border-color: rgb(144,110,255); }
td.TdClassName
{
border-color: #906EFF;
}
.TagClassName
{
border-color: #906EFF;
}
</style>