Shades of Light Slate Blue #914EFC
Tints of Light Slate Blue #914EFC
RGB
CMYK
RGB Variations
Color information
#914EFC (or 0x914EFC) is known color: Light Slate Blue. HEX triplet: 91, 4E and FC. RGB value is (145,78,252). Sum of RGB (Red+Green+Blue) = 145+78+252=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #914EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914EFC is #6EB103. Grayscale: #757575. Windows color (decimal): -7254276 or 16535185. OLE color: 16535185.
HSL color Cylindrical-coordinate representation of color #914EFC: hue angle of 263.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914EFC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 78 | 252 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.01 |
| HSL | 263.1º | 0.97% | 0.65% | - |
| HSV(B) | 263.1º | 0.69% | 0.99% | - |
| XYZ | 31.97 | 18.5 | 93.98 | - |
| YUV | 117.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 252 | 0.42 | 0.69 | 0 | 0.01 | 263.1 | 0.97 | 0.65 |
| Hex | 91 | 4E | FC | 2A | 45 | 0 | 1 | 107 | 61 | 41 |
| Octal | 221 | 116 | 374 | 52 | 105 | 0 | 1 | 407 | 141 | 101 |
| Binary | 10010001 | 1001110 | 11111100 | 101010 | 1000101 | 0 | 1 | 100000111 | 1100001 | 1000001 |
Color Harmonies of #914EFC
Complementary color
Monochromatic Colors of #914EFC
Black with #914EFC
Text Example
Text Example
White with #914EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EFC; }
p { color: rgb(145,78,252); }
H1.HeaderClassName
{
color: #914EFC;
}
.AnyTagClassName
{
color: #914EFC;
}
</style>
background-color css
<style>
a { background-color: #914EFC; }
a { background-color: rgb(145,78,252); }
div.DivClassName
{
background-color: #914EFC;
}
.BgClassName
{
background-color: #914EFC;
}
</style>
border-color css
<style>
span { border-color: #914EFC; }
span { border-color: rgb(145,78,252); }
td.TdClassName
{
border-color: #914EFC;
}
.TagClassName
{
border-color: #914EFC;
}
</style>