Shades of Light Slate Blue #906AF2
Tints of Light Slate Blue #906AF2
RGB
CMYK
RGB Variations
Color information
#906AF2 (or 0x906AF2) is known color: Light Slate Blue. HEX triplet: 90, 6A and F2. RGB value is (144,106,242). Sum of RGB (Red+Green+Blue) = 144+106+242=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #906AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AF2 is #6F950D. Grayscale: #848484. Windows color (decimal): -7312654 or 15886992. OLE color: 15886992.
HSL color Cylindrical-coordinate representation of color #906AF2: hue angle of 256.76º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906AF2 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 106 | 242 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.05 |
| HSL | 256.76º | 0.84% | 0.68% | - |
| HSV(B) | 256.76º | 0.56% | 0.95% | - |
| XYZ | 32.68 | 22.65 | 86.65 | - |
| YUV | 132.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 242 | 0.40 | 0.56 | 0 | 0.05 | 256.76 | 0.84 | 0.68 |
| Hex | 90 | 6A | F2 | 28 | 38 | 0 | 5 | 101 | 54 | 44 |
| Octal | 220 | 152 | 362 | 50 | 70 | 0 | 5 | 401 | 124 | 104 |
| Binary | 10010000 | 1101010 | 11110010 | 101000 | 111000 | 0 | 101 | 100000001 | 1010100 | 1000100 |
Color Harmonies of #906AF2
Complementary color
Monochromatic Colors of #906AF2
Black with #906AF2
Text Example
Text Example
White with #906AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AF2; }
p { color: rgb(144,106,242); }
H1.HeaderClassName
{
color: #906AF2;
}
.AnyTagClassName
{
color: #906AF2;
}
</style>
background-color css
<style>
a { background-color: #906AF2; }
a { background-color: rgb(144,106,242); }
div.DivClassName
{
background-color: #906AF2;
}
.BgClassName
{
background-color: #906AF2;
}
</style>
border-color css
<style>
span { border-color: #906AF2; }
span { border-color: rgb(144,106,242); }
td.TdClassName
{
border-color: #906AF2;
}
.TagClassName
{
border-color: #906AF2;
}
</style>