Shades of Medium Slate Blue #7942FB
Tints of Medium Slate Blue #7942FB
RGB
CMYK
RGB Variations
Color information
#7942FB (or 0x7942FB) is known color: Medium Slate Blue. HEX triplet: 79, 42 and FB. RGB value is (121,66,251). Sum of RGB (Red+Green+Blue) = 121+66+251=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #7942FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7942FB is #86BD04. Grayscale: #666666. Windows color (decimal): -8830213 or 16466553. OLE color: 16466553.
HSL color Cylindrical-coordinate representation of color #7942FB: hue angle of 257.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7942FB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 66 | 251 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.02 |
| HSL | 257.84º | 0.96% | 0.62% | - |
| HSV(B) | 257.84º | 0.74% | 0.98% | - |
| XYZ | 27.25 | 14.93 | 92.71 | - |
| YUV | 103.54 | 211.22 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 251 | 0.52 | 0.74 | 0 | 0.02 | 257.84 | 0.96 | 0.62 |
| Hex | 79 | 42 | FB | 34 | 4A | 0 | 2 | 102 | 60 | 3E |
| Octal | 171 | 102 | 373 | 64 | 112 | 0 | 2 | 402 | 140 | 76 |
| Binary | 1111001 | 1000010 | 11111011 | 110100 | 1001010 | 0 | 10 | 100000010 | 1100000 | 111110 |
Color Harmonies of #7942FB
Complementary color
Monochromatic Colors of #7942FB
Black with #7942FB
Text Example
Text Example
White with #7942FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7942FB; }
p { color: rgb(121,66,251); }
H1.HeaderClassName
{
color: #7942FB;
}
.AnyTagClassName
{
color: #7942FB;
}
</style>
background-color css
<style>
a { background-color: #7942FB; }
a { background-color: rgb(121,66,251); }
div.DivClassName
{
background-color: #7942FB;
}
.BgClassName
{
background-color: #7942FB;
}
</style>
border-color css
<style>
span { border-color: #7942FB; }
span { border-color: rgb(121,66,251); }
td.TdClassName
{
border-color: #7942FB;
}
.TagClassName
{
border-color: #7942FB;
}
</style>