Shades of Medium Slate Blue #7651EF
Tints of Medium Slate Blue #7651EF
RGB
CMYK
RGB Variations
Color information
#7651EF (or 0x7651EF) is known color: Medium Slate Blue. HEX triplet: 76, 51 and EF. RGB value is (118,81,239). Sum of RGB (Red+Green+Blue) = 118+81+239=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7651EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7651EF is #89AE10. Grayscale: #6D6D6D. Windows color (decimal): -9022993 or 15683958. OLE color: 15683958.
HSL color Cylindrical-coordinate representation of color #7651EF: hue angle of 254.05º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7651EF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 81 | 239 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.06 |
| HSL | 254.05º | 0.83% | 0.63% | - |
| HSV(B) | 254.05º | 0.66% | 0.94% | - |
| XYZ | 25.99 | 15.97 | 83.37 | - |
| YUV | 110.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 239 | 0.51 | 0.66 | 0 | 0.06 | 254.05 | 0.83 | 0.63 |
| Hex | 76 | 51 | EF | 33 | 42 | 0 | 6 | FE | 53 | 3F |
| Octal | 166 | 121 | 357 | 63 | 102 | 0 | 6 | 376 | 123 | 77 |
| Binary | 1110110 | 1010001 | 11101111 | 110011 | 1000010 | 0 | 110 | 11111110 | 1010011 | 111111 |
Color Harmonies of #7651EF
Complementary color
Monochromatic Colors of #7651EF
Black with #7651EF
Text Example
Text Example
White with #7651EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7651EF; }
p { color: rgb(118,81,239); }
H1.HeaderClassName
{
color: #7651EF;
}
.AnyTagClassName
{
color: #7651EF;
}
</style>
background-color css
<style>
a { background-color: #7651EF; }
a { background-color: rgb(118,81,239); }
div.DivClassName
{
background-color: #7651EF;
}
.BgClassName
{
background-color: #7651EF;
}
</style>
border-color css
<style>
span { border-color: #7651EF; }
span { border-color: rgb(118,81,239); }
td.TdClassName
{
border-color: #7651EF;
}
.TagClassName
{
border-color: #7651EF;
}
</style>