Shades of Light Slate Blue #914DFE
Tints of Light Slate Blue #914DFE
RGB
CMYK
RGB Variations
Color information
#914DFE (or 0x914DFE) is known color: Light Slate Blue. HEX triplet: 91, 4D and FE. RGB value is (145,77,254). Sum of RGB (Red+Green+Blue) = 145+77+254=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #914DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914DFE is #6EB201. Grayscale: #747474. Windows color (decimal): -7254530 or 16666001. OLE color: 16666001.
HSL color Cylindrical-coordinate representation of color #914DFE: hue angle of 263.05º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #914DFE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 77 | 254 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.00 |
| HSL | 263.05º | 0.99% | 0.65% | - |
| HSV(B) | 263.05º | 0.7% | 1% | - |
| XYZ | 32.22 | 18.48 | 95.64 | - |
| YUV | 117.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 254 | 0.43 | 0.70 | 0 | 0.00 | 263.05 | 0.99 | 0.65 |
| Hex | 91 | 4D | FE | 2B | 46 | 0 | 0 | 107 | 63 | 41 |
| Octal | 221 | 115 | 376 | 53 | 106 | 0 | 0 | 407 | 143 | 101 |
| Binary | 10010001 | 1001101 | 11111110 | 101011 | 1000110 | 0 | 0 | 100000111 | 1100011 | 1000001 |
Color Harmonies of #914DFE
Complementary color
Monochromatic Colors of #914DFE
Black with #914DFE
Text Example
Text Example
White with #914DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DFE; }
p { color: rgb(145,77,254); }
H1.HeaderClassName
{
color: #914DFE;
}
.AnyTagClassName
{
color: #914DFE;
}
</style>
background-color css
<style>
a { background-color: #914DFE; }
a { background-color: rgb(145,77,254); }
div.DivClassName
{
background-color: #914DFE;
}
.BgClassName
{
background-color: #914DFE;
}
</style>
border-color css
<style>
span { border-color: #914DFE; }
span { border-color: rgb(145,77,254); }
td.TdClassName
{
border-color: #914DFE;
}
.TagClassName
{
border-color: #914DFE;
}
</style>