Shades of Light Slate Blue #934DFC
Tints of Light Slate Blue #934DFC
RGB
CMYK
RGB Variations
Color information
#934DFC (or 0x934DFC) is known color: Light Slate Blue. HEX triplet: 93, 4D and FC. RGB value is (147,77,252). Sum of RGB (Red+Green+Blue) = 147+77+252=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #934DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934DFC is #6CB203. Grayscale: #757575. Windows color (decimal): -7123460 or 16534931. OLE color: 16534931.
HSL color Cylindrical-coordinate representation of color #934DFC: hue angle of 264º 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 #934DFC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 77 | 252 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.01 |
| HSL | 264º | 0.97% | 0.65% | - |
| HSV(B) | 264º | 0.69% | 0.99% | - |
| XYZ | 32.26 | 18.54 | 93.97 | - |
| YUV | 117.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 252 | 0.42 | 0.69 | 0 | 0.01 | 264 | 0.97 | 0.65 |
| Hex | 93 | 4D | FC | 2A | 45 | 0 | 1 | 108 | 61 | 41 |
| Octal | 223 | 115 | 374 | 52 | 105 | 0 | 1 | 410 | 141 | 101 |
| Binary | 10010011 | 1001101 | 11111100 | 101010 | 1000101 | 0 | 1 | 100001000 | 1100001 | 1000001 |
Color Harmonies of #934DFC
Complementary color
Monochromatic Colors of #934DFC
Black with #934DFC
Text Example
Text Example
White with #934DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DFC; }
p { color: rgb(147,77,252); }
H1.HeaderClassName
{
color: #934DFC;
}
.AnyTagClassName
{
color: #934DFC;
}
</style>
background-color css
<style>
a { background-color: #934DFC; }
a { background-color: rgb(147,77,252); }
div.DivClassName
{
background-color: #934DFC;
}
.BgClassName
{
background-color: #934DFC;
}
</style>
border-color css
<style>
span { border-color: #934DFC; }
span { border-color: rgb(147,77,252); }
td.TdClassName
{
border-color: #934DFC;
}
.TagClassName
{
border-color: #934DFC;
}
</style>