Shades of Light Slate Blue #934EFB
Tints of Light Slate Blue #934EFB
RGB
CMYK
RGB Variations
Color information
#934EFB (or 0x934EFB) is known color: Light Slate Blue. HEX triplet: 93, 4E and FB. RGB value is (147,78,251). Sum of RGB (Red+Green+Blue) = 147+78+251=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #934EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934EFB is #6CB104. Grayscale: #757575. Windows color (decimal): -7123205 or 16469651. OLE color: 16469651.
HSL color Cylindrical-coordinate representation of color #934EFB: hue angle of 263.93º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #934EFB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 78 | 251 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.02 |
| HSL | 263.93º | 0.96% | 0.65% | - |
| HSV(B) | 263.93º | 0.69% | 0.98% | - |
| XYZ | 32.17 | 18.62 | 93.16 | - |
| YUV | 118.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 251 | 0.41 | 0.69 | 0 | 0.02 | 263.93 | 0.96 | 0.65 |
| Hex | 93 | 4E | FB | 29 | 45 | 0 | 2 | 108 | 60 | 41 |
| Octal | 223 | 116 | 373 | 51 | 105 | 0 | 2 | 410 | 140 | 101 |
| Binary | 10010011 | 1001110 | 11111011 | 101001 | 1000101 | 0 | 10 | 100001000 | 1100000 | 1000001 |
Color Harmonies of #934EFB
Complementary color
Monochromatic Colors of #934EFB
Black with #934EFB
Text Example
Text Example
White with #934EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EFB; }
p { color: rgb(147,78,251); }
H1.HeaderClassName
{
color: #934EFB;
}
.AnyTagClassName
{
color: #934EFB;
}
</style>
background-color css
<style>
a { background-color: #934EFB; }
a { background-color: rgb(147,78,251); }
div.DivClassName
{
background-color: #934EFB;
}
.BgClassName
{
background-color: #934EFB;
}
</style>
border-color css
<style>
span { border-color: #934EFB; }
span { border-color: rgb(147,78,251); }
td.TdClassName
{
border-color: #934EFB;
}
.TagClassName
{
border-color: #934EFB;
}
</style>