Shades of Medium Slate Blue #7A61FB
Tints of Medium Slate Blue #7A61FB
RGB
CMYK
RGB Variations
Color information
#7A61FB (or 0x7A61FB) is known color: Medium Slate Blue. HEX triplet: 7A, 61 and FB. RGB value is (122,97,251). Sum of RGB (Red+Green+Blue) = 122+97+251=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A61FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A61FB is #859E04. Grayscale: #797979. Windows color (decimal): -8756741 or 16474490. OLE color: 16474490.
HSL color Cylindrical-coordinate representation of color #7A61FB: hue angle of 249.74º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A61FB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 97 | 251 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.02 |
| HSL | 249.74º | 0.95% | 0.68% | - |
| HSV(B) | 249.74º | 0.61% | 0.98% | - |
| XYZ | 29.71 | 19.65 | 93.49 | - |
| YUV | 122.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 251 | 0.51 | 0.61 | 0 | 0.02 | 249.74 | 0.95 | 0.68 |
| Hex | 7A | 61 | FB | 33 | 3D | 0 | 2 | FA | 5F | 44 |
| Octal | 172 | 141 | 373 | 63 | 75 | 0 | 2 | 372 | 137 | 104 |
| Binary | 1111010 | 1100001 | 11111011 | 110011 | 111101 | 0 | 10 | 11111010 | 1011111 | 1000100 |
Color Harmonies of #7A61FB
Complementary color
Monochromatic Colors of #7A61FB
Black with #7A61FB
Text Example
Text Example
White with #7A61FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A61FB; }
p { color: rgb(122,97,251); }
H1.HeaderClassName
{
color: #7A61FB;
}
.AnyTagClassName
{
color: #7A61FB;
}
</style>
background-color css
<style>
a { background-color: #7A61FB; }
a { background-color: rgb(122,97,251); }
div.DivClassName
{
background-color: #7A61FB;
}
.BgClassName
{
background-color: #7A61FB;
}
</style>
border-color css
<style>
span { border-color: #7A61FB; }
span { border-color: rgb(122,97,251); }
td.TdClassName
{
border-color: #7A61FB;
}
.TagClassName
{
border-color: #7A61FB;
}
</style>