Shades of Medium Slate Blue #7566F0
Tints of Medium Slate Blue #7566F0
RGB
CMYK
RGB Variations
Color information
#7566F0 (or 0x7566F0) is known color: Medium Slate Blue. HEX triplet: 75, 66 and F0. RGB value is (117,102,240). Sum of RGB (Red+Green+Blue) = 117+102+240=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #7566F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7566F0 is #8A990F. Grayscale: #797979. Windows color (decimal): -9083152 or 15754869. OLE color: 15754869.
HSL color Cylindrical-coordinate representation of color #7566F0: hue angle of 246.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7566F0 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 102 | 240 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.06 |
| HSL | 246.52º | 0.82% | 0.67% | - |
| HSV(B) | 246.52º | 0.58% | 0.94% | - |
| XYZ | 27.82 | 19.58 | 84.75 | - |
| YUV | 122.22 | 194.47 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 240 | 0.51 | 0.58 | 0 | 0.06 | 246.52 | 0.82 | 0.67 |
| Hex | 75 | 66 | F0 | 33 | 3A | 0 | 6 | F7 | 52 | 43 |
| Octal | 165 | 146 | 360 | 63 | 72 | 0 | 6 | 367 | 122 | 103 |
| Binary | 1110101 | 1100110 | 11110000 | 110011 | 111010 | 0 | 110 | 11110111 | 1010010 | 1000011 |
Color Harmonies of #7566F0
Complementary color
Monochromatic Colors of #7566F0
Black with #7566F0
Text Example
Text Example
White with #7566F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566F0; }
p { color: rgb(117,102,240); }
H1.HeaderClassName
{
color: #7566F0;
}
.AnyTagClassName
{
color: #7566F0;
}
</style>
background-color css
<style>
a { background-color: #7566F0; }
a { background-color: rgb(117,102,240); }
div.DivClassName
{
background-color: #7566F0;
}
.BgClassName
{
background-color: #7566F0;
}
</style>
border-color css
<style>
span { border-color: #7566F0; }
span { border-color: rgb(117,102,240); }
td.TdClassName
{
border-color: #7566F0;
}
.TagClassName
{
border-color: #7566F0;
}
</style>