Shades of Medium Slate Blue #7951FA
Tints of Medium Slate Blue #7951FA
RGB
CMYK
RGB Variations
Color information
#7951FA (or 0x7951FA) is known color: Medium Slate Blue. HEX triplet: 79, 51 and FA. RGB value is (121,81,250). Sum of RGB (Red+Green+Blue) = 121+81+250=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #7951FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7951FA is #86AE05. Grayscale: #6F6F6F. Windows color (decimal): -8826374 or 16404857. OLE color: 16404857.
HSL color Cylindrical-coordinate representation of color #7951FA: hue angle of 254.2º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7951FA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 81 | 250 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.02 |
| HSL | 254.2º | 0.94% | 0.65% | - |
| HSV(B) | 254.2º | 0.68% | 0.98% | - |
| XYZ | 28.08 | 16.85 | 92.22 | - |
| YUV | 112.23 | 205.75 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 250 | 0.52 | 0.68 | 0 | 0.02 | 254.2 | 0.94 | 0.65 |
| Hex | 79 | 51 | FA | 34 | 44 | 0 | 2 | FE | 5E | 41 |
| Octal | 171 | 121 | 372 | 64 | 104 | 0 | 2 | 376 | 136 | 101 |
| Binary | 1111001 | 1010001 | 11111010 | 110100 | 1000100 | 0 | 10 | 11111110 | 1011110 | 1000001 |
Color Harmonies of #7951FA
Complementary color
Monochromatic Colors of #7951FA
Black with #7951FA
Text Example
Text Example
White with #7951FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951FA; }
p { color: rgb(121,81,250); }
H1.HeaderClassName
{
color: #7951FA;
}
.AnyTagClassName
{
color: #7951FA;
}
</style>
background-color css
<style>
a { background-color: #7951FA; }
a { background-color: rgb(121,81,250); }
div.DivClassName
{
background-color: #7951FA;
}
.BgClassName
{
background-color: #7951FA;
}
</style>
border-color css
<style>
span { border-color: #7951FA; }
span { border-color: rgb(121,81,250); }
td.TdClassName
{
border-color: #7951FA;
}
.TagClassName
{
border-color: #7951FA;
}
</style>