Shades of Light Slate Blue #918EFB
Tints of Light Slate Blue #918EFB
RGB
CMYK
RGB Variations
Color information
#918EFB (or 0x918EFB) is known color: Light Slate Blue. HEX triplet: 91, 8E and FB. RGB value is (145,142,251). Sum of RGB (Red+Green+Blue) = 145+142+251=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #918EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EFB is #6E7104. Grayscale: #9A9A9A. Windows color (decimal): -7237893 or 16486033. OLE color: 16486033.
HSL color Cylindrical-coordinate representation of color #918EFB: hue angle of 241.65º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918EFB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 142 | 251 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.02 |
| HSL | 241.65º | 0.93% | 0.77% | - |
| HSV(B) | 241.65º | 0.43% | 0.98% | - |
| XYZ | 38.76 | 32.33 | 95.46 | - |
| YUV | 155.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 251 | 0.42 | 0.43 | 0 | 0.02 | 241.65 | 0.93 | 0.77 |
| Hex | 91 | 8E | FB | 2A | 2B | 0 | 2 | F2 | 5D | 4D |
| Octal | 221 | 216 | 373 | 52 | 53 | 0 | 2 | 362 | 135 | 115 |
| Binary | 10010001 | 10001110 | 11111011 | 101010 | 101011 | 0 | 10 | 11110010 | 1011101 | 1001101 |
Color Harmonies of #918EFB
Complementary color
Monochromatic Colors of #918EFB
Black with #918EFB
Text Example
Text Example
White with #918EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EFB; }
p { color: rgb(145,142,251); }
H1.HeaderClassName
{
color: #918EFB;
}
.AnyTagClassName
{
color: #918EFB;
}
</style>
background-color css
<style>
a { background-color: #918EFB; }
a { background-color: rgb(145,142,251); }
div.DivClassName
{
background-color: #918EFB;
}
.BgClassName
{
background-color: #918EFB;
}
</style>
border-color css
<style>
span { border-color: #918EFB; }
span { border-color: rgb(145,142,251); }
td.TdClassName
{
border-color: #918EFB;
}
.TagClassName
{
border-color: #918EFB;
}
</style>