Shades of Medium Slate Blue #7442FC
Tints of Medium Slate Blue #7442FC
RGB
CMYK
RGB Variations
Color information
#7442FC (or 0x7442FC) is known color: Medium Slate Blue. HEX triplet: 74, 42 and FC. RGB value is (116,66,252). Sum of RGB (Red+Green+Blue) = 116+66+252=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #7442FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7442FC is #8BBD03. Grayscale: #656565. Windows color (decimal): -9157892 or 16532084. OLE color: 16532084.
HSL color Cylindrical-coordinate representation of color #7442FC: hue angle of 256.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7442FC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 66 | 252 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.01 |
| HSL | 256.13º | 0.97% | 0.62% | - |
| HSV(B) | 256.13º | 0.74% | 0.99% | - |
| XYZ | 26.72 | 14.64 | 93.51 | - |
| YUV | 102.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 252 | 0.54 | 0.74 | 0 | 0.01 | 256.13 | 0.97 | 0.62 |
| Hex | 74 | 42 | FC | 36 | 4A | 0 | 1 | 100 | 61 | 3E |
| Octal | 164 | 102 | 374 | 66 | 112 | 0 | 1 | 400 | 141 | 76 |
| Binary | 1110100 | 1000010 | 11111100 | 110110 | 1001010 | 0 | 1 | 100000000 | 1100001 | 111110 |
Color Harmonies of #7442FC
Complementary color
Monochromatic Colors of #7442FC
Black with #7442FC
Text Example
Text Example
White with #7442FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7442FC; }
p { color: rgb(116,66,252); }
H1.HeaderClassName
{
color: #7442FC;
}
.AnyTagClassName
{
color: #7442FC;
}
</style>
background-color css
<style>
a { background-color: #7442FC; }
a { background-color: rgb(116,66,252); }
div.DivClassName
{
background-color: #7442FC;
}
.BgClassName
{
background-color: #7442FC;
}
</style>
border-color css
<style>
span { border-color: #7442FC; }
span { border-color: rgb(116,66,252); }
td.TdClassName
{
border-color: #7442FC;
}
.TagClassName
{
border-color: #7442FC;
}
</style>