Shades of Light Slate Blue #934CFF
Tints of Light Slate Blue #934CFF
RGB
CMYK
RGB Variations
Color information
#934CFF (or 0x934CFF) is known color: Light Slate Blue. HEX triplet: 93, 4C and FF. RGB value is (147,76,255). Sum of RGB (Red+Green+Blue) = 147+76+255=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #934CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #934CFF is #6CB300. Grayscale: #747474. Windows color (decimal): -7123713 or 16731283. OLE color: 16731283.
HSL color Cylindrical-coordinate representation of color #934CFF: hue angle of 263.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #934CFF is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 76 | 255 | - |
| CMYK | 0.42 | 0.70 | 0 | 0 |
| HSL | 263.8º | 1% | 0.65% | - |
| HSV(B) | 263.8º | 0.7% | 1% | - |
| XYZ | 32.67 | 18.59 | 96.47 | - |
| YUV | 117.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 255 | 0.42 | 0.70 | 0 | 0 | 263.8 | 1 | 0.65 |
| Hex | 93 | 4C | FF | 2A | 46 | 0 | 0 | 108 | 64 | 41 |
| Octal | 223 | 114 | 377 | 52 | 106 | 0 | 0 | 410 | 144 | 101 |
| Binary | 10010011 | 1001100 | 11111111 | 101010 | 1000110 | 0 | 0 | 100001000 | 1100100 | 1000001 |
Color Harmonies of #934CFF
Complementary color
Monochromatic Colors of #934CFF
Black with #934CFF
Text Example
Text Example
White with #934CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934CFF; }
p { color: rgb(147,76,255); }
H1.HeaderClassName
{
color: #934CFF;
}
.AnyTagClassName
{
color: #934CFF;
}
</style>
background-color css
<style>
a { background-color: #934CFF; }
a { background-color: rgb(147,76,255); }
div.DivClassName
{
background-color: #934CFF;
}
.BgClassName
{
background-color: #934CFF;
}
</style>
border-color css
<style>
span { border-color: #934CFF; }
span { border-color: rgb(147,76,255); }
td.TdClassName
{
border-color: #934CFF;
}
.TagClassName
{
border-color: #934CFF;
}
</style>