Shades of Medium Slate Blue #7654FF
Tints of Medium Slate Blue #7654FF
RGB
CMYK
RGB Variations
Color information
#7654FF (or 0x7654FF) is known color: Medium Slate Blue. HEX triplet: 76, 54 and FF. RGB value is (118,84,255). Sum of RGB (Red+Green+Blue) = 118+84+255=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #7654FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7654FF is #89AB00. Grayscale: #717171. Windows color (decimal): -9022209 or 16733302. OLE color: 16733302.
HSL color Cylindrical-coordinate representation of color #7654FF: hue angle of 251.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7654FF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 84 | 255 | - |
| CMYK | 0.54 | 0.67 | 0 | 0 |
| HSL | 251.93º | 1% | 0.66% | - |
| HSV(B) | 251.93º | 0.67% | 1% | - |
| XYZ | 28.69 | 17.41 | 96.46 | - |
| YUV | 113.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 255 | 0.54 | 0.67 | 0 | 0 | 251.93 | 1 | 0.66 |
| Hex | 76 | 54 | FF | 36 | 43 | 0 | 0 | FC | 64 | 42 |
| Octal | 166 | 124 | 377 | 66 | 103 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110110 | 1010100 | 11111111 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7654FF
Complementary color
Monochromatic Colors of #7654FF
Black with #7654FF
Text Example
Text Example
White with #7654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654FF; }
p { color: rgb(118,84,255); }
H1.HeaderClassName
{
color: #7654FF;
}
.AnyTagClassName
{
color: #7654FF;
}
</style>
background-color css
<style>
a { background-color: #7654FF; }
a { background-color: rgb(118,84,255); }
div.DivClassName
{
background-color: #7654FF;
}
.BgClassName
{
background-color: #7654FF;
}
</style>
border-color css
<style>
span { border-color: #7654FF; }
span { border-color: rgb(118,84,255); }
td.TdClassName
{
border-color: #7654FF;
}
.TagClassName
{
border-color: #7654FF;
}
</style>