Shades of Medium Slate Blue #795AFB
Tints of Medium Slate Blue #795AFB
RGB
CMYK
RGB Variations
Color information
#795AFB (or 0x795AFB) is known color: Medium Slate Blue. HEX triplet: 79, 5A and FB. RGB value is (121,90,251). Sum of RGB (Red+Green+Blue) = 121+90+251=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #795AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AFB is #86A504. Grayscale: #757575. Windows color (decimal): -8824069 or 16472697. OLE color: 16472697.
HSL color Cylindrical-coordinate representation of color #795AFB: hue angle of 251.55º 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 #795AFB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 90 | 251 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.02 |
| HSL | 251.55º | 0.95% | 0.67% | - |
| HSV(B) | 251.55º | 0.64% | 0.98% | - |
| XYZ | 28.95 | 18.34 | 93.28 | - |
| YUV | 117.62 | 203.27 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 251 | 0.52 | 0.64 | 0 | 0.02 | 251.55 | 0.95 | 0.67 |
| Hex | 79 | 5A | FB | 34 | 40 | 0 | 2 | FC | 5F | 43 |
| Octal | 171 | 132 | 373 | 64 | 100 | 0 | 2 | 374 | 137 | 103 |
| Binary | 1111001 | 1011010 | 11111011 | 110100 | 1000000 | 0 | 10 | 11111100 | 1011111 | 1000011 |
Color Harmonies of #795AFB
Complementary color
Monochromatic Colors of #795AFB
Black with #795AFB
Text Example
Text Example
White with #795AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AFB; }
p { color: rgb(121,90,251); }
H1.HeaderClassName
{
color: #795AFB;
}
.AnyTagClassName
{
color: #795AFB;
}
</style>
background-color css
<style>
a { background-color: #795AFB; }
a { background-color: rgb(121,90,251); }
div.DivClassName
{
background-color: #795AFB;
}
.BgClassName
{
background-color: #795AFB;
}
</style>
border-color css
<style>
span { border-color: #795AFB; }
span { border-color: rgb(121,90,251); }
td.TdClassName
{
border-color: #795AFB;
}
.TagClassName
{
border-color: #795AFB;
}
</style>