Shades of Light Slate Blue #906EF2
Tints of Light Slate Blue #906EF2
RGB
CMYK
RGB Variations
Color information
#906EF2 (or 0x906EF2) is known color: Light Slate Blue. HEX triplet: 90, 6E and F2. RGB value is (144,110,242). Sum of RGB (Red+Green+Blue) = 144+110+242=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #906EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EF2 is #6F910D. Grayscale: #868686. Windows color (decimal): -7311630 or 15888016. OLE color: 15888016.
HSL color Cylindrical-coordinate representation of color #906EF2: hue angle of 255.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906EF2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 110 | 242 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.05 |
| HSL | 255.45º | 0.84% | 0.69% | - |
| HSV(B) | 255.45º | 0.55% | 0.95% | - |
| XYZ | 33.1 | 23.49 | 86.79 | - |
| YUV | 135.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 242 | 0.40 | 0.55 | 0 | 0.05 | 255.45 | 0.84 | 0.69 |
| Hex | 90 | 6E | F2 | 28 | 37 | 0 | 5 | FF | 54 | 45 |
| Octal | 220 | 156 | 362 | 50 | 67 | 0 | 5 | 377 | 124 | 105 |
| Binary | 10010000 | 1101110 | 11110010 | 101000 | 110111 | 0 | 101 | 11111111 | 1010100 | 1000101 |
Color Harmonies of #906EF2
Complementary color
Monochromatic Colors of #906EF2
Black with #906EF2
Text Example
Text Example
White with #906EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EF2; }
p { color: rgb(144,110,242); }
H1.HeaderClassName
{
color: #906EF2;
}
.AnyTagClassName
{
color: #906EF2;
}
</style>
background-color css
<style>
a { background-color: #906EF2; }
a { background-color: rgb(144,110,242); }
div.DivClassName
{
background-color: #906EF2;
}
.BgClassName
{
background-color: #906EF2;
}
</style>
border-color css
<style>
span { border-color: #906EF2; }
span { border-color: rgb(144,110,242); }
td.TdClassName
{
border-color: #906EF2;
}
.TagClassName
{
border-color: #906EF2;
}
</style>