Shades of Light Slate Blue #906DFF
Tints of Light Slate Blue #906DFF
RGB
CMYK
RGB Variations
Color information
#906DFF (or 0x906DFF) is known color: Light Slate Blue. HEX triplet: 90, 6D and FF. RGB value is (144,109,255). Sum of RGB (Red+Green+Blue) = 144+109+255=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #906DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DFF is #6F9200. Grayscale: #878787. Windows color (decimal): -7311873 or 16739728. OLE color: 16739728.
HSL color Cylindrical-coordinate representation of color #906DFF: hue angle of 254.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906DFF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 109 | 255 | - |
| CMYK | 0.44 | 0.57 | 0 | 0 |
| HSL | 254.38º | 1% | 0.71% | - |
| HSV(B) | 254.38º | 0.57% | 1% | - |
| XYZ | 35.02 | 24.09 | 97.41 | - |
| YUV | 136.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 255 | 0.44 | 0.57 | 0 | 0 | 254.38 | 1 | 0.71 |
| Hex | 90 | 6D | FF | 2C | 39 | 0 | 0 | FE | 64 | 47 |
| Octal | 220 | 155 | 377 | 54 | 71 | 0 | 0 | 376 | 144 | 107 |
| Binary | 10010000 | 1101101 | 11111111 | 101100 | 111001 | 0 | 0 | 11111110 | 1100100 | 1000111 |
Color Harmonies of #906DFF
Complementary color
Monochromatic Colors of #906DFF
Black with #906DFF
Text Example
Text Example
White with #906DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DFF; }
p { color: rgb(144,109,255); }
H1.HeaderClassName
{
color: #906DFF;
}
.AnyTagClassName
{
color: #906DFF;
}
</style>
background-color css
<style>
a { background-color: #906DFF; }
a { background-color: rgb(144,109,255); }
div.DivClassName
{
background-color: #906DFF;
}
.BgClassName
{
background-color: #906DFF;
}
</style>
border-color css
<style>
span { border-color: #906DFF; }
span { border-color: rgb(144,109,255); }
td.TdClassName
{
border-color: #906DFF;
}
.TagClassName
{
border-color: #906DFF;
}
</style>