Shades of Light Slate Blue #906DFB
Tints of Light Slate Blue #906DFB
RGB
CMYK
RGB Variations
Color information
#906DFB (or 0x906DFB) is known color: Light Slate Blue. HEX triplet: 90, 6D and FB. RGB value is (144,109,251). Sum of RGB (Red+Green+Blue) = 144+109+251=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #906DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DFB is #6F9204. Grayscale: #878787. Windows color (decimal): -7311877 or 16477584. OLE color: 16477584.
HSL color Cylindrical-coordinate representation of color #906DFB: hue angle of 254.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906DFB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 109 | 251 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.02 |
| HSL | 254.79º | 0.95% | 0.71% | - |
| HSV(B) | 254.79º | 0.57% | 0.98% | - |
| XYZ | 34.38 | 23.83 | 94.05 | - |
| YUV | 135.65 | 193.1 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 251 | 0.43 | 0.57 | 0 | 0.02 | 254.79 | 0.95 | 0.71 |
| Hex | 90 | 6D | FB | 2B | 39 | 0 | 2 | FF | 5F | 47 |
| Octal | 220 | 155 | 373 | 53 | 71 | 0 | 2 | 377 | 137 | 107 |
| Binary | 10010000 | 1101101 | 11111011 | 101011 | 111001 | 0 | 10 | 11111111 | 1011111 | 1000111 |
Color Harmonies of #906DFB
Complementary color
Monochromatic Colors of #906DFB
Black with #906DFB
Text Example
Text Example
White with #906DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DFB; }
p { color: rgb(144,109,251); }
H1.HeaderClassName
{
color: #906DFB;
}
.AnyTagClassName
{
color: #906DFB;
}
</style>
background-color css
<style>
a { background-color: #906DFB; }
a { background-color: rgb(144,109,251); }
div.DivClassName
{
background-color: #906DFB;
}
.BgClassName
{
background-color: #906DFB;
}
</style>
border-color css
<style>
span { border-color: #906DFB; }
span { border-color: rgb(144,109,251); }
td.TdClassName
{
border-color: #906DFB;
}
.TagClassName
{
border-color: #906DFB;
}
</style>