Shades of Medium Slate Blue #795AFC
Tints of Medium Slate Blue #795AFC
RGB
CMYK
RGB Variations
Color information
#795AFC (or 0x795AFC) is known color: Medium Slate Blue. HEX triplet: 79, 5A and FC. RGB value is (121,90,252). Sum of RGB (Red+Green+Blue) = 121+90+252=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #795AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AFC is #86A503. Grayscale: #757575. Windows color (decimal): -8824068 or 16538233. OLE color: 16538233.
HSL color Cylindrical-coordinate representation of color #795AFC: hue angle of 251.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795AFC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 90 | 252 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.01 |
| HSL | 251.48º | 0.96% | 0.67% | - |
| HSV(B) | 251.48º | 0.64% | 0.99% | - |
| XYZ | 29.11 | 18.41 | 94.11 | - |
| YUV | 117.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 252 | 0.52 | 0.64 | 0 | 0.01 | 251.48 | 0.96 | 0.67 |
| Hex | 79 | 5A | FC | 34 | 40 | 0 | 1 | FB | 60 | 43 |
| Octal | 171 | 132 | 374 | 64 | 100 | 0 | 1 | 373 | 140 | 103 |
| Binary | 1111001 | 1011010 | 11111100 | 110100 | 1000000 | 0 | 1 | 11111011 | 1100000 | 1000011 |
Color Harmonies of #795AFC
Complementary color
Monochromatic Colors of #795AFC
Black with #795AFC
Text Example
Text Example
White with #795AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AFC; }
p { color: rgb(121,90,252); }
H1.HeaderClassName
{
color: #795AFC;
}
.AnyTagClassName
{
color: #795AFC;
}
</style>
background-color css
<style>
a { background-color: #795AFC; }
a { background-color: rgb(121,90,252); }
div.DivClassName
{
background-color: #795AFC;
}
.BgClassName
{
background-color: #795AFC;
}
</style>
border-color css
<style>
span { border-color: #795AFC; }
span { border-color: rgb(121,90,252); }
td.TdClassName
{
border-color: #795AFC;
}
.TagClassName
{
border-color: #795AFC;
}
</style>