Shades of Medium Slate Blue #7642FF
Tints of Medium Slate Blue #7642FF
RGB
CMYK
RGB Variations
Color information
#7642FF (or 0x7642FF) is known color: Medium Slate Blue. HEX triplet: 76, 42 and FF. RGB value is (118,66,255). Sum of RGB (Red+Green+Blue) = 118+66+255=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7642FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642FF is #89BD00. Grayscale: #666666. Windows color (decimal): -9026817 or 16728694. OLE color: 16728694.
HSL color Cylindrical-coordinate representation of color #7642FF: hue angle of 256.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7642FF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 66 | 255 | - |
| CMYK | 0.54 | 0.74 | 0 | 0 |
| HSL | 256.51º | 1% | 0.63% | - |
| HSV(B) | 256.51º | 0.74% | 1% | - |
| XYZ | 27.47 | 14.97 | 96.05 | - |
| YUV | 103.09 | 213.73 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 255 | 0.54 | 0.74 | 0 | 0 | 256.51 | 1 | 0.63 |
| Hex | 76 | 42 | FF | 36 | 4A | 0 | 0 | 101 | 64 | 3F |
| Octal | 166 | 102 | 377 | 66 | 112 | 0 | 0 | 401 | 144 | 77 |
| Binary | 1110110 | 1000010 | 11111111 | 110110 | 1001010 | 0 | 0 | 100000001 | 1100100 | 111111 |
Color Harmonies of #7642FF
Complementary color
Monochromatic Colors of #7642FF
Black with #7642FF
Text Example
Text Example
White with #7642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7642FF; }
p { color: rgb(118,66,255); }
H1.HeaderClassName
{
color: #7642FF;
}
.AnyTagClassName
{
color: #7642FF;
}
</style>
background-color css
<style>
a { background-color: #7642FF; }
a { background-color: rgb(118,66,255); }
div.DivClassName
{
background-color: #7642FF;
}
.BgClassName
{
background-color: #7642FF;
}
</style>
border-color css
<style>
span { border-color: #7642FF; }
span { border-color: rgb(118,66,255); }
td.TdClassName
{
border-color: #7642FF;
}
.TagClassName
{
border-color: #7642FF;
}
</style>