Shades of Medium Slate Blue #746FE8
Tints of Medium Slate Blue #746FE8
RGB
CMYK
RGB Variations
Color information
#746FE8 (or 0x746FE8) is known color: Medium Slate Blue. HEX triplet: 74, 6F and E8. RGB value is (116,111,232). Sum of RGB (Red+Green+Blue) = 116+111+232=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #746FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FE8 is #8B9017. Grayscale: #7D7D7D. Windows color (decimal): -9146392 or 15232884. OLE color: 15232884.
HSL color Cylindrical-coordinate representation of color #746FE8: hue angle of 242.48º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746FE8 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 111 | 232 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.09 |
| HSL | 242.48º | 0.72% | 0.67% | - |
| HSV(B) | 242.48º | 0.52% | 0.91% | - |
| XYZ | 27.45 | 20.91 | 78.93 | - |
| YUV | 126.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 232 | 0.50 | 0.52 | 0 | 0.09 | 242.48 | 0.72 | 0.67 |
| Hex | 74 | 6F | E8 | 32 | 34 | 0 | 9 | F2 | 48 | 43 |
| Octal | 164 | 157 | 350 | 62 | 64 | 0 | 11 | 362 | 110 | 103 |
| Binary | 1110100 | 1101111 | 11101000 | 110010 | 110100 | 0 | 1001 | 11110010 | 1001000 | 1000011 |
Color Harmonies of #746FE8
Complementary color
Monochromatic Colors of #746FE8
Black with #746FE8
Text Example
Text Example
White with #746FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FE8; }
p { color: rgb(116,111,232); }
H1.HeaderClassName
{
color: #746FE8;
}
.AnyTagClassName
{
color: #746FE8;
}
</style>
background-color css
<style>
a { background-color: #746FE8; }
a { background-color: rgb(116,111,232); }
div.DivClassName
{
background-color: #746FE8;
}
.BgClassName
{
background-color: #746FE8;
}
</style>
border-color css
<style>
span { border-color: #746FE8; }
span { border-color: rgb(116,111,232); }
td.TdClassName
{
border-color: #746FE8;
}
.TagClassName
{
border-color: #746FE8;
}
</style>