Shades of Light Slate Blue #906CFF
Tints of Light Slate Blue #906CFF
RGB
CMYK
RGB Variations
Color information
#906CFF (or 0x906CFF) is known color: Light Slate Blue. HEX triplet: 90, 6C and FF. RGB value is (144,108,255). Sum of RGB (Red+Green+Blue) = 144+108+255=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #906CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CFF is #6F9300. Grayscale: #868686. Windows color (decimal): -7312129 or 16739472. OLE color: 16739472.
HSL color Cylindrical-coordinate representation of color #906CFF: hue angle of 254.69º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906CFF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 108 | 255 | - |
| CMYK | 0.44 | 0.58 | 0 | 0 |
| HSL | 254.69º | 1% | 0.71% | - |
| HSV(B) | 254.69º | 0.58% | 1% | - |
| XYZ | 34.91 | 23.87 | 97.38 | - |
| YUV | 135.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 255 | 0.44 | 0.58 | 0 | 0 | 254.69 | 1 | 0.71 |
| Hex | 90 | 6C | FF | 2C | 3A | 0 | 0 | FF | 64 | 47 |
| Octal | 220 | 154 | 377 | 54 | 72 | 0 | 0 | 377 | 144 | 107 |
| Binary | 10010000 | 1101100 | 11111111 | 101100 | 111010 | 0 | 0 | 11111111 | 1100100 | 1000111 |
Color Harmonies of #906CFF
Complementary color
Monochromatic Colors of #906CFF
Black with #906CFF
Text Example
Text Example
White with #906CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CFF; }
p { color: rgb(144,108,255); }
H1.HeaderClassName
{
color: #906CFF;
}
.AnyTagClassName
{
color: #906CFF;
}
</style>
background-color css
<style>
a { background-color: #906CFF; }
a { background-color: rgb(144,108,255); }
div.DivClassName
{
background-color: #906CFF;
}
.BgClassName
{
background-color: #906CFF;
}
</style>
border-color css
<style>
span { border-color: #906CFF; }
span { border-color: rgb(144,108,255); }
td.TdClassName
{
border-color: #906CFF;
}
.TagClassName
{
border-color: #906CFF;
}
</style>