Shades of Light Slate Blue #914DFD
Tints of Light Slate Blue #914DFD
RGB
CMYK
RGB Variations
Color information
#914DFD (or 0x914DFD) is known color: Light Slate Blue. HEX triplet: 91, 4D and FD. RGB value is (145,77,253). Sum of RGB (Red+Green+Blue) = 145+77+253=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #914DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914DFD is #6EB202. Grayscale: #747474. Windows color (decimal): -7254531 or 16600465. OLE color: 16600465.
HSL color Cylindrical-coordinate representation of color #914DFD: hue angle of 263.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #914DFD is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 77 | 253 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.01 |
| HSL | 263.18º | 0.98% | 0.65% | - |
| HSV(B) | 263.18º | 0.7% | 0.99% | - |
| XYZ | 32.06 | 18.42 | 94.79 | - |
| YUV | 117.4 | 204.53 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 253 | 0.43 | 0.70 | 0 | 0.01 | 263.18 | 0.98 | 0.65 |
| Hex | 91 | 4D | FD | 2B | 46 | 0 | 1 | 107 | 62 | 41 |
| Octal | 221 | 115 | 375 | 53 | 106 | 0 | 1 | 407 | 142 | 101 |
| Binary | 10010001 | 1001101 | 11111101 | 101011 | 1000110 | 0 | 1 | 100000111 | 1100010 | 1000001 |
Color Harmonies of #914DFD
Complementary color
Monochromatic Colors of #914DFD
Black with #914DFD
Text Example
Text Example
White with #914DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DFD; }
p { color: rgb(145,77,253); }
H1.HeaderClassName
{
color: #914DFD;
}
.AnyTagClassName
{
color: #914DFD;
}
</style>
background-color css
<style>
a { background-color: #914DFD; }
a { background-color: rgb(145,77,253); }
div.DivClassName
{
background-color: #914DFD;
}
.BgClassName
{
background-color: #914DFD;
}
</style>
border-color css
<style>
span { border-color: #914DFD; }
span { border-color: rgb(145,77,253); }
td.TdClassName
{
border-color: #914DFD;
}
.TagClassName
{
border-color: #914DFD;
}
</style>