Shades of Medium Slate Blue #795AF3
Tints of Medium Slate Blue #795AF3
RGB
CMYK
RGB Variations
Color information
#795AF3 (or 0x795AF3) is known color: Medium Slate Blue. HEX triplet: 79, 5A and F3. RGB value is (121,90,243). Sum of RGB (Red+Green+Blue) = 121+90+243=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #795AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AF3 is #86A50C. Grayscale: #747474. Windows color (decimal): -8824077 or 15948409. OLE color: 15948409.
HSL color Cylindrical-coordinate representation of color #795AF3: hue angle of 252.16º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795AF3 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 90 | 243 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.05 |
| HSL | 252.16º | 0.86% | 0.65% | - |
| HSV(B) | 252.16º | 0.63% | 0.95% | - |
| XYZ | 27.72 | 17.85 | 86.78 | - |
| YUV | 116.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 243 | 0.50 | 0.63 | 0 | 0.05 | 252.16 | 0.86 | 0.65 |
| Hex | 79 | 5A | F3 | 32 | 3F | 0 | 5 | FC | 56 | 41 |
| Octal | 171 | 132 | 363 | 62 | 77 | 0 | 5 | 374 | 126 | 101 |
| Binary | 1111001 | 1011010 | 11110011 | 110010 | 111111 | 0 | 101 | 11111100 | 1010110 | 1000001 |
Color Harmonies of #795AF3
Complementary color
Monochromatic Colors of #795AF3
Black with #795AF3
Text Example
Text Example
White with #795AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AF3; }
p { color: rgb(121,90,243); }
H1.HeaderClassName
{
color: #795AF3;
}
.AnyTagClassName
{
color: #795AF3;
}
</style>
background-color css
<style>
a { background-color: #795AF3; }
a { background-color: rgb(121,90,243); }
div.DivClassName
{
background-color: #795AF3;
}
.BgClassName
{
background-color: #795AF3;
}
</style>
border-color css
<style>
span { border-color: #795AF3; }
span { border-color: rgb(121,90,243); }
td.TdClassName
{
border-color: #795AF3;
}
.TagClassName
{
border-color: #795AF3;
}
</style>