Shades of Light Slate Blue #906CFA
Tints of Light Slate Blue #906CFA
RGB
CMYK
RGB Variations
Color information
#906CFA (or 0x906CFA) is known color: Light Slate Blue. HEX triplet: 90, 6C and FA. RGB value is (144,108,250). Sum of RGB (Red+Green+Blue) = 144+108+250=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #906CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CFA is #6F9305. Grayscale: #868686. Windows color (decimal): -7312134 or 16411792. OLE color: 16411792.
HSL color Cylindrical-coordinate representation of color #906CFA: hue angle of 255.21º degrees, saturation: 0.93, 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 #906CFA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 108 | 250 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.02 |
| HSL | 255.21º | 0.93% | 0.7% | - |
| HSV(B) | 255.21º | 0.57% | 0.98% | - |
| XYZ | 34.12 | 23.56 | 93.19 | - |
| YUV | 134.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 250 | 0.42 | 0.57 | 0 | 0.02 | 255.21 | 0.93 | 0.7 |
| Hex | 90 | 6C | FA | 2A | 39 | 0 | 2 | FF | 5D | 46 |
| Octal | 220 | 154 | 372 | 52 | 71 | 0 | 2 | 377 | 135 | 106 |
| Binary | 10010000 | 1101100 | 11111010 | 101010 | 111001 | 0 | 10 | 11111111 | 1011101 | 1000110 |
Color Harmonies of #906CFA
Complementary color
Monochromatic Colors of #906CFA
Black with #906CFA
Text Example
Text Example
White with #906CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CFA; }
p { color: rgb(144,108,250); }
H1.HeaderClassName
{
color: #906CFA;
}
.AnyTagClassName
{
color: #906CFA;
}
</style>
background-color css
<style>
a { background-color: #906CFA; }
a { background-color: rgb(144,108,250); }
div.DivClassName
{
background-color: #906CFA;
}
.BgClassName
{
background-color: #906CFA;
}
</style>
border-color css
<style>
span { border-color: #906CFA; }
span { border-color: rgb(144,108,250); }
td.TdClassName
{
border-color: #906CFA;
}
.TagClassName
{
border-color: #906CFA;
}
</style>