Shades of Light Slate Blue #906CFB
Tints of Light Slate Blue #906CFB
RGB
CMYK
RGB Variations
Color information
#906CFB (or 0x906CFB) is known color: Light Slate Blue. HEX triplet: 90, 6C and FB. RGB value is (144,108,251). Sum of RGB (Red+Green+Blue) = 144+108+251=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #906CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CFB is #6F9304. Grayscale: #868686. Windows color (decimal): -7312133 or 16477328. OLE color: 16477328.
HSL color Cylindrical-coordinate representation of color #906CFB: hue angle of 255.1º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906CFB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 108 | 251 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.02 |
| HSL | 255.1º | 0.95% | 0.7% | - |
| HSV(B) | 255.1º | 0.57% | 0.98% | - |
| XYZ | 34.28 | 23.62 | 94.02 | - |
| YUV | 135.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 251 | 0.43 | 0.57 | 0 | 0.02 | 255.1 | 0.95 | 0.7 |
| Hex | 90 | 6C | FB | 2B | 39 | 0 | 2 | FF | 5F | 46 |
| Octal | 220 | 154 | 373 | 53 | 71 | 0 | 2 | 377 | 137 | 106 |
| Binary | 10010000 | 1101100 | 11111011 | 101011 | 111001 | 0 | 10 | 11111111 | 1011111 | 1000110 |
Color Harmonies of #906CFB
Complementary color
Monochromatic Colors of #906CFB
Black with #906CFB
Text Example
Text Example
White with #906CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CFB; }
p { color: rgb(144,108,251); }
H1.HeaderClassName
{
color: #906CFB;
}
.AnyTagClassName
{
color: #906CFB;
}
</style>
background-color css
<style>
a { background-color: #906CFB; }
a { background-color: rgb(144,108,251); }
div.DivClassName
{
background-color: #906CFB;
}
.BgClassName
{
background-color: #906CFB;
}
</style>
border-color css
<style>
span { border-color: #906CFB; }
span { border-color: rgb(144,108,251); }
td.TdClassName
{
border-color: #906CFB;
}
.TagClassName
{
border-color: #906CFB;
}
</style>