Shades of Medium Slate Blue #795BFA
Tints of Medium Slate Blue #795BFA
RGB
CMYK
RGB Variations
Color information
#795BFA (or 0x795BFA) is known color: Medium Slate Blue. HEX triplet: 79, 5B and FA. RGB value is (121,91,250). Sum of RGB (Red+Green+Blue) = 121+91+250=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #795BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BFA is #86A405. Grayscale: #757575. Windows color (decimal): -8823814 or 16407417. OLE color: 16407417.
HSL color Cylindrical-coordinate representation of color #795BFA: hue angle of 251.32º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795BFA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 91 | 250 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.02 |
| HSL | 251.32º | 0.94% | 0.67% | - |
| HSV(B) | 251.32º | 0.64% | 0.98% | - |
| XYZ | 28.88 | 18.45 | 92.48 | - |
| YUV | 118.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 250 | 0.52 | 0.64 | 0 | 0.02 | 251.32 | 0.94 | 0.67 |
| Hex | 79 | 5B | FA | 34 | 40 | 0 | 2 | FB | 5E | 43 |
| Octal | 171 | 133 | 372 | 64 | 100 | 0 | 2 | 373 | 136 | 103 |
| Binary | 1111001 | 1011011 | 11111010 | 110100 | 1000000 | 0 | 10 | 11111011 | 1011110 | 1000011 |
Color Harmonies of #795BFA
Complementary color
Monochromatic Colors of #795BFA
Black with #795BFA
Text Example
Text Example
White with #795BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BFA; }
p { color: rgb(121,91,250); }
H1.HeaderClassName
{
color: #795BFA;
}
.AnyTagClassName
{
color: #795BFA;
}
</style>
background-color css
<style>
a { background-color: #795BFA; }
a { background-color: rgb(121,91,250); }
div.DivClassName
{
background-color: #795BFA;
}
.BgClassName
{
background-color: #795BFA;
}
</style>
border-color css
<style>
span { border-color: #795BFA; }
span { border-color: rgb(121,91,250); }
td.TdClassName
{
border-color: #795BFA;
}
.TagClassName
{
border-color: #795BFA;
}
</style>