Shades of Medium Slate Blue #7653F8
Tints of Medium Slate Blue #7653F8
RGB
CMYK
RGB Variations
Color information
#7653F8 (or 0x7653F8) is known color: Medium Slate Blue. HEX triplet: 76, 53 and F8. RGB value is (118,83,248). Sum of RGB (Red+Green+Blue) = 118+83+248=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #7653F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7653F8 is #89AC07. Grayscale: #6F6F6F. Windows color (decimal): -9022472 or 16274294. OLE color: 16274294.
HSL color Cylindrical-coordinate representation of color #7653F8: hue angle of 252.73º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7653F8 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 83 | 248 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.03 |
| HSL | 252.73º | 0.92% | 0.65% | - |
| HSV(B) | 252.73º | 0.67% | 0.97% | - |
| XYZ | 27.51 | 16.82 | 90.6 | - |
| YUV | 112.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 248 | 0.52 | 0.67 | 0 | 0.03 | 252.73 | 0.92 | 0.65 |
| Hex | 76 | 53 | F8 | 34 | 43 | 0 | 3 | FD | 5C | 41 |
| Octal | 166 | 123 | 370 | 64 | 103 | 0 | 3 | 375 | 134 | 101 |
| Binary | 1110110 | 1010011 | 11111000 | 110100 | 1000011 | 0 | 11 | 11111101 | 1011100 | 1000001 |
Color Harmonies of #7653F8
Complementary color
Monochromatic Colors of #7653F8
Black with #7653F8
Text Example
Text Example
White with #7653F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653F8; }
p { color: rgb(118,83,248); }
H1.HeaderClassName
{
color: #7653F8;
}
.AnyTagClassName
{
color: #7653F8;
}
</style>
background-color css
<style>
a { background-color: #7653F8; }
a { background-color: rgb(118,83,248); }
div.DivClassName
{
background-color: #7653F8;
}
.BgClassName
{
background-color: #7653F8;
}
</style>
border-color css
<style>
span { border-color: #7653F8; }
span { border-color: rgb(118,83,248); }
td.TdClassName
{
border-color: #7653F8;
}
.TagClassName
{
border-color: #7653F8;
}
</style>