Shades of Medium Slate Blue #7645FE
Tints of Medium Slate Blue #7645FE
RGB
CMYK
RGB Variations
Color information
#7645FE (or 0x7645FE) is known color: Medium Slate Blue. HEX triplet: 76, 45 and FE. RGB value is (118,69,254). Sum of RGB (Red+Green+Blue) = 118+69+254=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #7645FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7645FE is #89BA01. Grayscale: #686868. Windows color (decimal): -9026050 or 16663926. OLE color: 16663926.
HSL color Cylindrical-coordinate representation of color #7645FE: hue angle of 255.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7645FE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 69 | 254 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.00 |
| HSL | 255.89º | 0.99% | 0.63% | - |
| HSV(B) | 255.89º | 0.73% | 1% | - |
| XYZ | 27.49 | 15.26 | 95.26 | - |
| YUV | 104.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 254 | 0.54 | 0.73 | 0 | 0.00 | 255.89 | 0.99 | 0.63 |
| Hex | 76 | 45 | FE | 36 | 49 | 0 | 0 | 100 | 63 | 3F |
| Octal | 166 | 105 | 376 | 66 | 111 | 0 | 0 | 400 | 143 | 77 |
| Binary | 1110110 | 1000101 | 11111110 | 110110 | 1001001 | 0 | 0 | 100000000 | 1100011 | 111111 |
Color Harmonies of #7645FE
Complementary color
Monochromatic Colors of #7645FE
Black with #7645FE
Text Example
Text Example
White with #7645FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645FE; }
p { color: rgb(118,69,254); }
H1.HeaderClassName
{
color: #7645FE;
}
.AnyTagClassName
{
color: #7645FE;
}
</style>
background-color css
<style>
a { background-color: #7645FE; }
a { background-color: rgb(118,69,254); }
div.DivClassName
{
background-color: #7645FE;
}
.BgClassName
{
background-color: #7645FE;
}
</style>
border-color css
<style>
span { border-color: #7645FE; }
span { border-color: rgb(118,69,254); }
td.TdClassName
{
border-color: #7645FE;
}
.TagClassName
{
border-color: #7645FE;
}
</style>