Shades of Light Slate Blue #918DF6
Tints of Light Slate Blue #918DF6
RGB
CMYK
RGB Variations
Color information
#918DF6 (or 0x918DF6) is known color: Light Slate Blue. HEX triplet: 91, 8D and F6. RGB value is (145,141,246). Sum of RGB (Red+Green+Blue) = 145+141+246=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #918DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DF6 is #6E7209. Grayscale: #999999. Windows color (decimal): -7238154 or 16158097. OLE color: 16158097.
HSL color Cylindrical-coordinate representation of color #918DF6: hue angle of 242.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918DF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 141 | 246 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.04 |
| HSL | 242.29º | 0.85% | 0.76% | - |
| HSV(B) | 242.29º | 0.43% | 0.96% | - |
| XYZ | 37.84 | 31.72 | 91.32 | - |
| YUV | 154.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 246 | 0.41 | 0.43 | 0 | 0.04 | 242.29 | 0.85 | 0.76 |
| Hex | 91 | 8D | F6 | 29 | 2B | 0 | 4 | F2 | 55 | 4C |
| Octal | 221 | 215 | 366 | 51 | 53 | 0 | 4 | 362 | 125 | 114 |
| Binary | 10010001 | 10001101 | 11110110 | 101001 | 101011 | 0 | 100 | 11110010 | 1010101 | 1001100 |
Color Harmonies of #918DF6
Complementary color
Monochromatic Colors of #918DF6
Black with #918DF6
Text Example
Text Example
White with #918DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DF6; }
p { color: rgb(145,141,246); }
H1.HeaderClassName
{
color: #918DF6;
}
.AnyTagClassName
{
color: #918DF6;
}
</style>
background-color css
<style>
a { background-color: #918DF6; }
a { background-color: rgb(145,141,246); }
div.DivClassName
{
background-color: #918DF6;
}
.BgClassName
{
background-color: #918DF6;
}
</style>
border-color css
<style>
span { border-color: #918DF6; }
span { border-color: rgb(145,141,246); }
td.TdClassName
{
border-color: #918DF6;
}
.TagClassName
{
border-color: #918DF6;
}
</style>