Shades of Medium Slate Blue #746CFB
Tints of Medium Slate Blue #746CFB
RGB
CMYK
RGB Variations
Color information
#746CFB (or 0x746CFB) is known color: Medium Slate Blue. HEX triplet: 74, 6C and FB. RGB value is (116,108,251). Sum of RGB (Red+Green+Blue) = 116+108+251=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #746CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CFB is #8B9304. Grayscale: #7E7E7E. Windows color (decimal): -9147141 or 16477300. OLE color: 16477300.
HSL color Cylindrical-coordinate representation of color #746CFB: hue angle of 243.36º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746CFB is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 108 | 251 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.02 |
| HSL | 243.36º | 0.95% | 0.7% | - |
| HSV(B) | 243.36º | 0.57% | 0.98% | - |
| XYZ | 29.98 | 21.4 | 93.82 | - |
| YUV | 126.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 251 | 0.54 | 0.57 | 0 | 0.02 | 243.36 | 0.95 | 0.7 |
| Hex | 74 | 6C | FB | 36 | 39 | 0 | 2 | F3 | 5F | 46 |
| Octal | 164 | 154 | 373 | 66 | 71 | 0 | 2 | 363 | 137 | 106 |
| Binary | 1110100 | 1101100 | 11111011 | 110110 | 111001 | 0 | 10 | 11110011 | 1011111 | 1000110 |
Color Harmonies of #746CFB
Complementary color
Monochromatic Colors of #746CFB
Black with #746CFB
Text Example
Text Example
White with #746CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CFB; }
p { color: rgb(116,108,251); }
H1.HeaderClassName
{
color: #746CFB;
}
.AnyTagClassName
{
color: #746CFB;
}
</style>
background-color css
<style>
a { background-color: #746CFB; }
a { background-color: rgb(116,108,251); }
div.DivClassName
{
background-color: #746CFB;
}
.BgClassName
{
background-color: #746CFB;
}
</style>
border-color css
<style>
span { border-color: #746CFB; }
span { border-color: rgb(116,108,251); }
td.TdClassName
{
border-color: #746CFB;
}
.TagClassName
{
border-color: #746CFB;
}
</style>