Shades of Medium Slate Blue #7955FA
Tints of Medium Slate Blue #7955FA
RGB
CMYK
RGB Variations
Color information
#7955FA (or 0x7955FA) is known color: Medium Slate Blue. HEX triplet: 79, 55 and FA. RGB value is (121,85,250). Sum of RGB (Red+Green+Blue) = 121+85+250=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #7955FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7955FA is #86AA05. Grayscale: #717171. Windows color (decimal): -8825350 or 16405881. OLE color: 16405881.
HSL color Cylindrical-coordinate representation of color #7955FA: hue angle of 253.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7955FA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 85 | 250 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.02 |
| HSL | 253.09º | 0.94% | 0.66% | - |
| HSV(B) | 253.09º | 0.66% | 0.98% | - |
| XYZ | 28.39 | 17.46 | 92.32 | - |
| YUV | 114.57 | 204.43 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 250 | 0.52 | 0.66 | 0 | 0.02 | 253.09 | 0.94 | 0.66 |
| Hex | 79 | 55 | FA | 34 | 42 | 0 | 2 | FD | 5E | 42 |
| Octal | 171 | 125 | 372 | 64 | 102 | 0 | 2 | 375 | 136 | 102 |
| Binary | 1111001 | 1010101 | 11111010 | 110100 | 1000010 | 0 | 10 | 11111101 | 1011110 | 1000010 |
Color Harmonies of #7955FA
Complementary color
Monochromatic Colors of #7955FA
Black with #7955FA
Text Example
Text Example
White with #7955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7955FA; }
p { color: rgb(121,85,250); }
H1.HeaderClassName
{
color: #7955FA;
}
.AnyTagClassName
{
color: #7955FA;
}
</style>
background-color css
<style>
a { background-color: #7955FA; }
a { background-color: rgb(121,85,250); }
div.DivClassName
{
background-color: #7955FA;
}
.BgClassName
{
background-color: #7955FA;
}
</style>
border-color css
<style>
span { border-color: #7955FA; }
span { border-color: rgb(121,85,250); }
td.TdClassName
{
border-color: #7955FA;
}
.TagClassName
{
border-color: #7955FA;
}
</style>