Shades of Light Slate Blue #906CFE
Tints of Light Slate Blue #906CFE
RGB
CMYK
RGB Variations
Color information
#906CFE (or 0x906CFE) is known color: Light Slate Blue. HEX triplet: 90, 6C and FE. RGB value is (144,108,254). Sum of RGB (Red+Green+Blue) = 144+108+254=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #906CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CFE is #6F9301. Grayscale: #868686. Windows color (decimal): -7312130 or 16673936. OLE color: 16673936.
HSL color Cylindrical-coordinate representation of color #906CFE: hue angle of 254.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906CFE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 108 | 254 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.00 |
| HSL | 254.79º | 0.99% | 0.71% | - |
| HSV(B) | 254.79º | 0.57% | 1% | - |
| XYZ | 34.75 | 23.81 | 96.53 | - |
| YUV | 135.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 254 | 0.43 | 0.57 | 0 | 0.00 | 254.79 | 0.99 | 0.71 |
| Hex | 90 | 6C | FE | 2B | 39 | 0 | 0 | FF | 63 | 47 |
| Octal | 220 | 154 | 376 | 53 | 71 | 0 | 0 | 377 | 143 | 107 |
| Binary | 10010000 | 1101100 | 11111110 | 101011 | 111001 | 0 | 0 | 11111111 | 1100011 | 1000111 |
Color Harmonies of #906CFE
Complementary color
Monochromatic Colors of #906CFE
Black with #906CFE
Text Example
Text Example
White with #906CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CFE; }
p { color: rgb(144,108,254); }
H1.HeaderClassName
{
color: #906CFE;
}
.AnyTagClassName
{
color: #906CFE;
}
</style>
background-color css
<style>
a { background-color: #906CFE; }
a { background-color: rgb(144,108,254); }
div.DivClassName
{
background-color: #906CFE;
}
.BgClassName
{
background-color: #906CFE;
}
</style>
border-color css
<style>
span { border-color: #906CFE; }
span { border-color: rgb(144,108,254); }
td.TdClassName
{
border-color: #906CFE;
}
.TagClassName
{
border-color: #906CFE;
}
</style>