Shades of Light Slate Blue #918CFE
Tints of Light Slate Blue #918CFE
RGB
CMYK
RGB Variations
Color information
#918CFE (or 0x918CFE) is known color: Light Slate Blue. HEX triplet: 91, 8C and FE. RGB value is (145,140,254). Sum of RGB (Red+Green+Blue) = 145+140+254=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #918CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFE is #6E7301. Grayscale: #9A9A9A. Windows color (decimal): -7238402 or 16682129. OLE color: 16682129.
HSL color Cylindrical-coordinate representation of color #918CFE: hue angle of 242.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918CFE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 140 | 254 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.00 |
| HSL | 242.63º | 0.98% | 0.77% | - |
| HSV(B) | 242.63º | 0.45% | 1% | - |
| XYZ | 38.94 | 31.93 | 97.88 | - |
| YUV | 154.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 254 | 0.43 | 0.45 | 0 | 0.00 | 242.63 | 0.98 | 0.77 |
| Hex | 91 | 8C | FE | 2B | 2D | 0 | 0 | F3 | 62 | 4D |
| Octal | 221 | 214 | 376 | 53 | 55 | 0 | 0 | 363 | 142 | 115 |
| Binary | 10010001 | 10001100 | 11111110 | 101011 | 101101 | 0 | 0 | 11110011 | 1100010 | 1001101 |
Color Harmonies of #918CFE
Complementary color
Monochromatic Colors of #918CFE
Black with #918CFE
Text Example
Text Example
White with #918CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CFE; }
p { color: rgb(145,140,254); }
H1.HeaderClassName
{
color: #918CFE;
}
.AnyTagClassName
{
color: #918CFE;
}
</style>
background-color css
<style>
a { background-color: #918CFE; }
a { background-color: rgb(145,140,254); }
div.DivClassName
{
background-color: #918CFE;
}
.BgClassName
{
background-color: #918CFE;
}
</style>
border-color css
<style>
span { border-color: #918CFE; }
span { border-color: rgb(145,140,254); }
td.TdClassName
{
border-color: #918CFE;
}
.TagClassName
{
border-color: #918CFE;
}
</style>