Shades of Medium Slate Blue #7565F6
Tints of Medium Slate Blue #7565F6
RGB
CMYK
RGB Variations
Color information
#7565F6 (or 0x7565F6) is known color: Medium Slate Blue. HEX triplet: 75, 65 and F6. RGB value is (117,101,246). Sum of RGB (Red+Green+Blue) = 117+101+246=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #7565F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565F6 is #8A9A09. Grayscale: #797979. Windows color (decimal): -9083402 or 16147829. OLE color: 16147829.
HSL color Cylindrical-coordinate representation of color #7565F6: hue angle of 246.62º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7565F6 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 101 | 246 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.04 |
| HSL | 246.62º | 0.89% | 0.68% | - |
| HSV(B) | 246.62º | 0.59% | 0.96% | - |
| XYZ | 28.62 | 19.74 | 89.49 | - |
| YUV | 122.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 246 | 0.52 | 0.59 | 0 | 0.04 | 246.62 | 0.89 | 0.68 |
| Hex | 75 | 65 | F6 | 34 | 3B | 0 | 4 | F7 | 59 | 44 |
| Octal | 165 | 145 | 366 | 64 | 73 | 0 | 4 | 367 | 131 | 104 |
| Binary | 1110101 | 1100101 | 11110110 | 110100 | 111011 | 0 | 100 | 11110111 | 1011001 | 1000100 |
Color Harmonies of #7565F6
Complementary color
Monochromatic Colors of #7565F6
Black with #7565F6
Text Example
Text Example
White with #7565F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565F6; }
p { color: rgb(117,101,246); }
H1.HeaderClassName
{
color: #7565F6;
}
.AnyTagClassName
{
color: #7565F6;
}
</style>
background-color css
<style>
a { background-color: #7565F6; }
a { background-color: rgb(117,101,246); }
div.DivClassName
{
background-color: #7565F6;
}
.BgClassName
{
background-color: #7565F6;
}
</style>
border-color css
<style>
span { border-color: #7565F6; }
span { border-color: rgb(117,101,246); }
td.TdClassName
{
border-color: #7565F6;
}
.TagClassName
{
border-color: #7565F6;
}
</style>