Shades of Medium Slate Blue #746FFA
Tints of Medium Slate Blue #746FFA
RGB
CMYK
RGB Variations
Color information
#746FFA (or 0x746FFA) is known color: Medium Slate Blue. HEX triplet: 74, 6F and FA. RGB value is (116,111,250). Sum of RGB (Red+Green+Blue) = 116+111+250=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #746FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFA is #8B9005. Grayscale: #7F7F7F. Windows color (decimal): -9146374 or 16412532. OLE color: 16412532.
HSL color Cylindrical-coordinate representation of color #746FFA: hue angle of 242.16º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746FFA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 111 | 250 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.02 |
| HSL | 242.16º | 0.93% | 0.71% | - |
| HSV(B) | 242.16º | 0.56% | 0.98% | - |
| XYZ | 30.14 | 21.98 | 93.1 | - |
| YUV | 128.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 250 | 0.54 | 0.56 | 0 | 0.02 | 242.16 | 0.93 | 0.71 |
| Hex | 74 | 6F | FA | 36 | 38 | 0 | 2 | F2 | 5D | 47 |
| Octal | 164 | 157 | 372 | 66 | 70 | 0 | 2 | 362 | 135 | 107 |
| Binary | 1110100 | 1101111 | 11111010 | 110110 | 111000 | 0 | 10 | 11110010 | 1011101 | 1000111 |
Color Harmonies of #746FFA
Complementary color
Monochromatic Colors of #746FFA
Black with #746FFA
Text Example
Text Example
White with #746FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FFA; }
p { color: rgb(116,111,250); }
H1.HeaderClassName
{
color: #746FFA;
}
.AnyTagClassName
{
color: #746FFA;
}
</style>
background-color css
<style>
a { background-color: #746FFA; }
a { background-color: rgb(116,111,250); }
div.DivClassName
{
background-color: #746FFA;
}
.BgClassName
{
background-color: #746FFA;
}
</style>
border-color css
<style>
span { border-color: #746FFA; }
span { border-color: rgb(116,111,250); }
td.TdClassName
{
border-color: #746FFA;
}
.TagClassName
{
border-color: #746FFA;
}
</style>