Shades of Medium Slate Blue #795CFC
Tints of Medium Slate Blue #795CFC
RGB
CMYK
RGB Variations
Color information
#795CFC (or 0x795CFC) is known color: Medium Slate Blue. HEX triplet: 79, 5C and FC. RGB value is (121,92,252). Sum of RGB (Red+Green+Blue) = 121+92+252=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #795CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CFC is #86A303. Grayscale: #767676. Windows color (decimal): -8823556 or 16538745. OLE color: 16538745.
HSL color Cylindrical-coordinate representation of color #795CFC: hue angle of 250.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795CFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 92 | 252 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.01 |
| HSL | 250.88º | 0.96% | 0.67% | - |
| HSV(B) | 250.88º | 0.63% | 0.99% | - |
| XYZ | 29.28 | 18.75 | 94.17 | - |
| YUV | 118.91 | 203.11 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 252 | 0.52 | 0.63 | 0 | 0.01 | 250.88 | 0.96 | 0.67 |
| Hex | 79 | 5C | FC | 34 | 3F | 0 | 1 | FB | 60 | 43 |
| Octal | 171 | 134 | 374 | 64 | 77 | 0 | 1 | 373 | 140 | 103 |
| Binary | 1111001 | 1011100 | 11111100 | 110100 | 111111 | 0 | 1 | 11111011 | 1100000 | 1000011 |
Color Harmonies of #795CFC
Complementary color
Monochromatic Colors of #795CFC
Black with #795CFC
Text Example
Text Example
White with #795CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CFC; }
p { color: rgb(121,92,252); }
H1.HeaderClassName
{
color: #795CFC;
}
.AnyTagClassName
{
color: #795CFC;
}
</style>
background-color css
<style>
a { background-color: #795CFC; }
a { background-color: rgb(121,92,252); }
div.DivClassName
{
background-color: #795CFC;
}
.BgClassName
{
background-color: #795CFC;
}
</style>
border-color css
<style>
span { border-color: #795CFC; }
span { border-color: rgb(121,92,252); }
td.TdClassName
{
border-color: #795CFC;
}
.TagClassName
{
border-color: #795CFC;
}
</style>