Shades of Medium Slate Blue #795BFB
Tints of Medium Slate Blue #795BFB
RGB
CMYK
RGB Variations
Color information
#795BFB (or 0x795BFB) is known color: Medium Slate Blue. HEX triplet: 79, 5B and FB. RGB value is (121,91,251). Sum of RGB (Red+Green+Blue) = 121+91+251=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #795BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BFB is #86A404. Grayscale: #757575. Windows color (decimal): -8823813 or 16472953. OLE color: 16472953.
HSL color Cylindrical-coordinate representation of color #795BFB: hue angle of 251.25º degrees, saturation: 0.95, 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 #795BFB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 91 | 251 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.02 |
| HSL | 251.25º | 0.95% | 0.67% | - |
| HSV(B) | 251.25º | 0.64% | 0.98% | - |
| XYZ | 29.04 | 18.51 | 93.31 | - |
| YUV | 118.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 251 | 0.52 | 0.64 | 0 | 0.02 | 251.25 | 0.95 | 0.67 |
| Hex | 79 | 5B | FB | 34 | 40 | 0 | 2 | FB | 5F | 43 |
| Octal | 171 | 133 | 373 | 64 | 100 | 0 | 2 | 373 | 137 | 103 |
| Binary | 1111001 | 1011011 | 11111011 | 110100 | 1000000 | 0 | 10 | 11111011 | 1011111 | 1000011 |
Color Harmonies of #795BFB
Complementary color
Monochromatic Colors of #795BFB
Black with #795BFB
Text Example
Text Example
White with #795BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BFB; }
p { color: rgb(121,91,251); }
H1.HeaderClassName
{
color: #795BFB;
}
.AnyTagClassName
{
color: #795BFB;
}
</style>
background-color css
<style>
a { background-color: #795BFB; }
a { background-color: rgb(121,91,251); }
div.DivClassName
{
background-color: #795BFB;
}
.BgClassName
{
background-color: #795BFB;
}
</style>
border-color css
<style>
span { border-color: #795BFB; }
span { border-color: rgb(121,91,251); }
td.TdClassName
{
border-color: #795BFB;
}
.TagClassName
{
border-color: #795BFB;
}
</style>