Shades of Medium Slate Blue #7481EF
Tints of Medium Slate Blue #7481EF
RGB
CMYK
RGB Variations
Color information
#7481EF (or 0x7481EF) is known color: Medium Slate Blue. HEX triplet: 74, 81 and EF. RGB value is (116,129,239). Sum of RGB (Red+Green+Blue) = 116+129+239=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #7481EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7481EF is #8B7E10. Grayscale: #898989. Windows color (decimal): -9141777 or 15696244. OLE color: 15696244.
HSL color Cylindrical-coordinate representation of color #7481EF: hue angle of 233.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7481EF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 129 | 239 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.06 |
| HSL | 233.66º | 0.79% | 0.7% | - |
| HSV(B) | 233.66º | 0.51% | 0.94% | - |
| XYZ | 30.63 | 25.65 | 85 | - |
| YUV | 137.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 239 | 0.51 | 0.46 | 0 | 0.06 | 233.66 | 0.79 | 0.7 |
| Hex | 74 | 81 | EF | 33 | 2E | 0 | 6 | EA | 4F | 46 |
| Octal | 164 | 201 | 357 | 63 | 56 | 0 | 6 | 352 | 117 | 106 |
| Binary | 1110100 | 10000001 | 11101111 | 110011 | 101110 | 0 | 110 | 11101010 | 1001111 | 1000110 |
Color Harmonies of #7481EF
Complementary color
Monochromatic Colors of #7481EF
Black with #7481EF
Text Example
Text Example
White with #7481EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481EF; }
p { color: rgb(116,129,239); }
H1.HeaderClassName
{
color: #7481EF;
}
.AnyTagClassName
{
color: #7481EF;
}
</style>
background-color css
<style>
a { background-color: #7481EF; }
a { background-color: rgb(116,129,239); }
div.DivClassName
{
background-color: #7481EF;
}
.BgClassName
{
background-color: #7481EF;
}
</style>
border-color css
<style>
span { border-color: #7481EF; }
span { border-color: rgb(116,129,239); }
td.TdClassName
{
border-color: #7481EF;
}
.TagClassName
{
border-color: #7481EF;
}
</style>