Shades of Light Slate Blue #918DFB
Tints of Light Slate Blue #918DFB
RGB
CMYK
RGB Variations
Color information
#918DFB (or 0x918DFB) is known color: Light Slate Blue. HEX triplet: 91, 8D and FB. RGB value is (145,141,251). Sum of RGB (Red+Green+Blue) = 145+141+251=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #918DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DFB is #6E7204. Grayscale: #9A9A9A. Windows color (decimal): -7238149 or 16485777. OLE color: 16485777.
HSL color Cylindrical-coordinate representation of color #918DFB: hue angle of 242.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918DFB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 141 | 251 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.02 |
| HSL | 242.18º | 0.93% | 0.77% | - |
| HSV(B) | 242.18º | 0.44% | 0.98% | - |
| XYZ | 38.61 | 32.03 | 95.41 | - |
| YUV | 154.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 251 | 0.42 | 0.44 | 0 | 0.02 | 242.18 | 0.93 | 0.77 |
| Hex | 91 | 8D | FB | 2A | 2C | 0 | 2 | F2 | 5D | 4D |
| Octal | 221 | 215 | 373 | 52 | 54 | 0 | 2 | 362 | 135 | 115 |
| Binary | 10010001 | 10001101 | 11111011 | 101010 | 101100 | 0 | 10 | 11110010 | 1011101 | 1001101 |
Color Harmonies of #918DFB
Complementary color
Monochromatic Colors of #918DFB
Black with #918DFB
Text Example
Text Example
White with #918DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DFB; }
p { color: rgb(145,141,251); }
H1.HeaderClassName
{
color: #918DFB;
}
.AnyTagClassName
{
color: #918DFB;
}
</style>
background-color css
<style>
a { background-color: #918DFB; }
a { background-color: rgb(145,141,251); }
div.DivClassName
{
background-color: #918DFB;
}
.BgClassName
{
background-color: #918DFB;
}
</style>
border-color css
<style>
span { border-color: #918DFB; }
span { border-color: rgb(145,141,251); }
td.TdClassName
{
border-color: #918DFB;
}
.TagClassName
{
border-color: #918DFB;
}
</style>