Shades of Medium Slate Blue #7662F8
Tints of Medium Slate Blue #7662F8
RGB
CMYK
RGB Variations
Color information
#7662F8 (or 0x7662F8) is known color: Medium Slate Blue. HEX triplet: 76, 62 and F8. RGB value is (118,98,248). Sum of RGB (Red+Green+Blue) = 118+98+248=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #7662F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7662F8 is #899D07. Grayscale: #787878. Windows color (decimal): -9018632 or 16278134. OLE color: 16278134.
HSL color Cylindrical-coordinate representation of color #7662F8: hue angle of 248º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7662F8 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 98 | 248 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.03 |
| HSL | 248º | 0.91% | 0.68% | - |
| HSV(B) | 248º | 0.6% | 0.97% | - |
| XYZ | 28.78 | 19.36 | 91.03 | - |
| YUV | 121.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 248 | 0.52 | 0.60 | 0 | 0.03 | 248 | 0.91 | 0.68 |
| Hex | 76 | 62 | F8 | 34 | 3C | 0 | 3 | F8 | 5B | 44 |
| Octal | 166 | 142 | 370 | 64 | 74 | 0 | 3 | 370 | 133 | 104 |
| Binary | 1110110 | 1100010 | 11111000 | 110100 | 111100 | 0 | 11 | 11111000 | 1011011 | 1000100 |
Color Harmonies of #7662F8
Complementary color
Monochromatic Colors of #7662F8
Black with #7662F8
Text Example
Text Example
White with #7662F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662F8; }
p { color: rgb(118,98,248); }
H1.HeaderClassName
{
color: #7662F8;
}
.AnyTagClassName
{
color: #7662F8;
}
</style>
background-color css
<style>
a { background-color: #7662F8; }
a { background-color: rgb(118,98,248); }
div.DivClassName
{
background-color: #7662F8;
}
.BgClassName
{
background-color: #7662F8;
}
</style>
border-color css
<style>
span { border-color: #7662F8; }
span { border-color: rgb(118,98,248); }
td.TdClassName
{
border-color: #7662F8;
}
.TagClassName
{
border-color: #7662F8;
}
</style>