Shades of Light Slate Blue #906CF3
Tints of Light Slate Blue #906CF3
RGB
CMYK
RGB Variations
Color information
#906CF3 (or 0x906CF3) is known color: Light Slate Blue. HEX triplet: 90, 6C and F3. RGB value is (144,108,243). Sum of RGB (Red+Green+Blue) = 144+108+243=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #906CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CF3 is #6F930C. Grayscale: #858585. Windows color (decimal): -7312141 or 15953040. OLE color: 15953040.
HSL color Cylindrical-coordinate representation of color #906CF3: hue angle of 256º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906CF3 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 108 | 243 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.05 |
| HSL | 256º | 0.85% | 0.69% | - |
| HSV(B) | 256º | 0.56% | 0.95% | - |
| XYZ | 33.04 | 23.13 | 87.52 | - |
| YUV | 134.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 243 | 0.41 | 0.56 | 0 | 0.05 | 256 | 0.85 | 0.69 |
| Hex | 90 | 6C | F3 | 29 | 38 | 0 | 5 | 100 | 55 | 45 |
| Octal | 220 | 154 | 363 | 51 | 70 | 0 | 5 | 400 | 125 | 105 |
| Binary | 10010000 | 1101100 | 11110011 | 101001 | 111000 | 0 | 101 | 100000000 | 1010101 | 1000101 |
Color Harmonies of #906CF3
Complementary color
Monochromatic Colors of #906CF3
Black with #906CF3
Text Example
Text Example
White with #906CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CF3; }
p { color: rgb(144,108,243); }
H1.HeaderClassName
{
color: #906CF3;
}
.AnyTagClassName
{
color: #906CF3;
}
</style>
background-color css
<style>
a { background-color: #906CF3; }
a { background-color: rgb(144,108,243); }
div.DivClassName
{
background-color: #906CF3;
}
.BgClassName
{
background-color: #906CF3;
}
</style>
border-color css
<style>
span { border-color: #906CF3; }
span { border-color: rgb(144,108,243); }
td.TdClassName
{
border-color: #906CF3;
}
.TagClassName
{
border-color: #906CF3;
}
</style>