Shades of Medium Slate Blue #795EFB
Tints of Medium Slate Blue #795EFB
RGB
CMYK
RGB Variations
Color information
#795EFB (or 0x795EFB) is known color: Medium Slate Blue. HEX triplet: 79, 5E and FB. RGB value is (121,94,251). Sum of RGB (Red+Green+Blue) = 121+94+251=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #795EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795EFB is #86A104. Grayscale: #777777. Windows color (decimal): -8823045 or 16473721. OLE color: 16473721.
HSL color Cylindrical-coordinate representation of color #795EFB: hue angle of 250.32º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795EFB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 94 | 251 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 250.32º | 0.95% | 0.68% | - |
| HSV(B) | 250.32º | 0.63% | 0.98% | - |
| XYZ | 29.3 | 19.04 | 93.4 | - |
| YUV | 119.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 251 | 0.52 | 0.63 | 0 | 0.02 | 250.32 | 0.95 | 0.68 |
| Hex | 79 | 5E | FB | 34 | 3F | 0 | 2 | FA | 5F | 44 |
| Octal | 171 | 136 | 373 | 64 | 77 | 0 | 2 | 372 | 137 | 104 |
| Binary | 1111001 | 1011110 | 11111011 | 110100 | 111111 | 0 | 10 | 11111010 | 1011111 | 1000100 |
Color Harmonies of #795EFB
Complementary color
Monochromatic Colors of #795EFB
Black with #795EFB
Text Example
Text Example
White with #795EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795EFB; }
p { color: rgb(121,94,251); }
H1.HeaderClassName
{
color: #795EFB;
}
.AnyTagClassName
{
color: #795EFB;
}
</style>
background-color css
<style>
a { background-color: #795EFB; }
a { background-color: rgb(121,94,251); }
div.DivClassName
{
background-color: #795EFB;
}
.BgClassName
{
background-color: #795EFB;
}
</style>
border-color css
<style>
span { border-color: #795EFB; }
span { border-color: rgb(121,94,251); }
td.TdClassName
{
border-color: #795EFB;
}
.TagClassName
{
border-color: #795EFB;
}
</style>