Shades of Medium Slate Blue #795BFD
Tints of Medium Slate Blue #795BFD
RGB
CMYK
RGB Variations
Color information
#795BFD (or 0x795BFD) is known color: Medium Slate Blue. HEX triplet: 79, 5B and FD. RGB value is (121,91,253). Sum of RGB (Red+Green+Blue) = 121+91+253=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #795BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BFD is #86A402. Grayscale: #757575. Windows color (decimal): -8823811 or 16604025. OLE color: 16604025.
HSL color Cylindrical-coordinate representation of color #795BFD: hue angle of 251.11º degrees, saturation: 0.98, 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 #795BFD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 91 | 253 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.01 |
| HSL | 251.11º | 0.98% | 0.67% | - |
| HSV(B) | 251.11º | 0.64% | 0.99% | - |
| XYZ | 29.36 | 18.64 | 94.98 | - |
| YUV | 118.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 253 | 0.52 | 0.64 | 0 | 0.01 | 251.11 | 0.98 | 0.67 |
| Hex | 79 | 5B | FD | 34 | 40 | 0 | 1 | FB | 62 | 43 |
| Octal | 171 | 133 | 375 | 64 | 100 | 0 | 1 | 373 | 142 | 103 |
| Binary | 1111001 | 1011011 | 11111101 | 110100 | 1000000 | 0 | 1 | 11111011 | 1100010 | 1000011 |
Color Harmonies of #795BFD
Complementary color
Monochromatic Colors of #795BFD
Black with #795BFD
Text Example
Text Example
White with #795BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BFD; }
p { color: rgb(121,91,253); }
H1.HeaderClassName
{
color: #795BFD;
}
.AnyTagClassName
{
color: #795BFD;
}
</style>
background-color css
<style>
a { background-color: #795BFD; }
a { background-color: rgb(121,91,253); }
div.DivClassName
{
background-color: #795BFD;
}
.BgClassName
{
background-color: #795BFD;
}
</style>
border-color css
<style>
span { border-color: #795BFD; }
span { border-color: rgb(121,91,253); }
td.TdClassName
{
border-color: #795BFD;
}
.TagClassName
{
border-color: #795BFD;
}
</style>