Shades of Medium Slate Blue #7642FE
Tints of Medium Slate Blue #7642FE
RGB
CMYK
RGB Variations
Color information
#7642FE (or 0x7642FE) is known color: Medium Slate Blue. HEX triplet: 76, 42 and FE. RGB value is (118,66,254). Sum of RGB (Red+Green+Blue) = 118+66+254=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #7642FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642FE is #89BD01. Grayscale: #666666. Windows color (decimal): -9026818 or 16663158. OLE color: 16663158.
HSL color Cylindrical-coordinate representation of color #7642FE: hue angle of 256.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7642FE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 66 | 254 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.00 |
| HSL | 256.6º | 0.99% | 0.63% | - |
| HSV(B) | 256.6º | 0.74% | 1% | - |
| XYZ | 27.31 | 14.9 | 95.2 | - |
| YUV | 102.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 254 | 0.54 | 0.74 | 0 | 0.00 | 256.6 | 0.99 | 0.63 |
| Hex | 76 | 42 | FE | 36 | 4A | 0 | 0 | 101 | 63 | 3F |
| Octal | 166 | 102 | 376 | 66 | 112 | 0 | 0 | 401 | 143 | 77 |
| Binary | 1110110 | 1000010 | 11111110 | 110110 | 1001010 | 0 | 0 | 100000001 | 1100011 | 111111 |
Color Harmonies of #7642FE
Complementary color
Monochromatic Colors of #7642FE
Black with #7642FE
Text Example
Text Example
White with #7642FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7642FE; }
p { color: rgb(118,66,254); }
H1.HeaderClassName
{
color: #7642FE;
}
.AnyTagClassName
{
color: #7642FE;
}
</style>
background-color css
<style>
a { background-color: #7642FE; }
a { background-color: rgb(118,66,254); }
div.DivClassName
{
background-color: #7642FE;
}
.BgClassName
{
background-color: #7642FE;
}
</style>
border-color css
<style>
span { border-color: #7642FE; }
span { border-color: rgb(118,66,254); }
td.TdClassName
{
border-color: #7642FE;
}
.TagClassName
{
border-color: #7642FE;
}
</style>