Shades of Light Slate Blue #918DF5
Tints of Light Slate Blue #918DF5
RGB
CMYK
RGB Variations
Color information
#918DF5 (or 0x918DF5) is known color: Light Slate Blue. HEX triplet: 91, 8D and F5. RGB value is (145,141,245). Sum of RGB (Red+Green+Blue) = 145+141+245=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #918DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DF5 is #6E720A. Grayscale: #999999. Windows color (decimal): -7238155 or 16092561. OLE color: 16092561.
HSL color Cylindrical-coordinate representation of color #918DF5: hue angle of 242.31º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918DF5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 141 | 245 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.04 |
| HSL | 242.31º | 0.84% | 0.76% | - |
| HSV(B) | 242.31º | 0.42% | 0.96% | - |
| XYZ | 37.68 | 31.66 | 90.51 | - |
| YUV | 154.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 245 | 0.41 | 0.42 | 0 | 0.04 | 242.31 | 0.84 | 0.76 |
| Hex | 91 | 8D | F5 | 29 | 2A | 0 | 4 | F2 | 54 | 4C |
| Octal | 221 | 215 | 365 | 51 | 52 | 0 | 4 | 362 | 124 | 114 |
| Binary | 10010001 | 10001101 | 11110101 | 101001 | 101010 | 0 | 100 | 11110010 | 1010100 | 1001100 |
Color Harmonies of #918DF5
Complementary color
Monochromatic Colors of #918DF5
Black with #918DF5
Text Example
Text Example
White with #918DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DF5; }
p { color: rgb(145,141,245); }
H1.HeaderClassName
{
color: #918DF5;
}
.AnyTagClassName
{
color: #918DF5;
}
</style>
background-color css
<style>
a { background-color: #918DF5; }
a { background-color: rgb(145,141,245); }
div.DivClassName
{
background-color: #918DF5;
}
.BgClassName
{
background-color: #918DF5;
}
</style>
border-color css
<style>
span { border-color: #918DF5; }
span { border-color: rgb(145,141,245); }
td.TdClassName
{
border-color: #918DF5;
}
.TagClassName
{
border-color: #918DF5;
}
</style>