Shades of Medium Slate Blue #744BEF
Tints of Medium Slate Blue #744BEF
RGB
CMYK
RGB Variations
Color information
#744BEF (or 0x744BEF) is known color: Medium Slate Blue. HEX triplet: 74, 4B and EF. RGB value is (116,75,239). Sum of RGB (Red+Green+Blue) = 116+75+239=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #744BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BEF is #8BB410. Grayscale: #696969. Windows color (decimal): -9155601 or 15682420. OLE color: 15682420.
HSL color Cylindrical-coordinate representation of color #744BEF: hue angle of 255º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744BEF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 75 | 239 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.06 |
| HSL | 255º | 0.84% | 0.62% | - |
| HSV(B) | 255º | 0.69% | 0.94% | - |
| XYZ | 25.3 | 14.98 | 83.22 | - |
| YUV | 105.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 239 | 0.51 | 0.69 | 0 | 0.06 | 255 | 0.84 | 0.62 |
| Hex | 74 | 4B | EF | 33 | 45 | 0 | 6 | FF | 54 | 3E |
| Octal | 164 | 113 | 357 | 63 | 105 | 0 | 6 | 377 | 124 | 76 |
| Binary | 1110100 | 1001011 | 11101111 | 110011 | 1000101 | 0 | 110 | 11111111 | 1010100 | 111110 |
Color Harmonies of #744BEF
Complementary color
Monochromatic Colors of #744BEF
Black with #744BEF
Text Example
Text Example
White with #744BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BEF; }
p { color: rgb(116,75,239); }
H1.HeaderClassName
{
color: #744BEF;
}
.AnyTagClassName
{
color: #744BEF;
}
</style>
background-color css
<style>
a { background-color: #744BEF; }
a { background-color: rgb(116,75,239); }
div.DivClassName
{
background-color: #744BEF;
}
.BgClassName
{
background-color: #744BEF;
}
</style>
border-color css
<style>
span { border-color: #744BEF; }
span { border-color: rgb(116,75,239); }
td.TdClassName
{
border-color: #744BEF;
}
.TagClassName
{
border-color: #744BEF;
}
</style>