Shades of Medium Slate Blue #7658FE
Tints of Medium Slate Blue #7658FE
RGB
CMYK
RGB Variations
Color information
#7658FE (or 0x7658FE) is known color: Medium Slate Blue. HEX triplet: 76, 58 and FE. RGB value is (118,88,254). Sum of RGB (Red+Green+Blue) = 118+88+254=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7658FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7658FE is #89A701. Grayscale: #737373. Windows color (decimal): -9021186 or 16668790. OLE color: 16668790.
HSL color Cylindrical-coordinate representation of color #7658FE: hue angle of 250.84º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7658FE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 88 | 254 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.00 |
| HSL | 250.84º | 0.99% | 0.67% | - |
| HSV(B) | 250.84º | 0.65% | 1% | - |
| XYZ | 28.85 | 17.99 | 95.72 | - |
| YUV | 115.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 254 | 0.54 | 0.65 | 0 | 0.00 | 250.84 | 0.99 | 0.67 |
| Hex | 76 | 58 | FE | 36 | 41 | 0 | 0 | FB | 63 | 43 |
| Octal | 166 | 130 | 376 | 66 | 101 | 0 | 0 | 373 | 143 | 103 |
| Binary | 1110110 | 1011000 | 11111110 | 110110 | 1000001 | 0 | 0 | 11111011 | 1100011 | 1000011 |
Color Harmonies of #7658FE
Complementary color
Monochromatic Colors of #7658FE
Black with #7658FE
Text Example
Text Example
White with #7658FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658FE; }
p { color: rgb(118,88,254); }
H1.HeaderClassName
{
color: #7658FE;
}
.AnyTagClassName
{
color: #7658FE;
}
</style>
background-color css
<style>
a { background-color: #7658FE; }
a { background-color: rgb(118,88,254); }
div.DivClassName
{
background-color: #7658FE;
}
.BgClassName
{
background-color: #7658FE;
}
</style>
border-color css
<style>
span { border-color: #7658FE; }
span { border-color: rgb(118,88,254); }
td.TdClassName
{
border-color: #7658FE;
}
.TagClassName
{
border-color: #7658FE;
}
</style>