Shades of Medium Slate Blue #7650FF
Tints of Medium Slate Blue #7650FF
RGB
CMYK
RGB Variations
Color information
#7650FF (or 0x7650FF) is known color: Medium Slate Blue. HEX triplet: 76, 50 and FF. RGB value is (118,80,255). Sum of RGB (Red+Green+Blue) = 118+80+255=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7650FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650FF is #89AF00. Grayscale: #6E6E6E. Windows color (decimal): -9023233 or 16732278. OLE color: 16732278.
HSL color Cylindrical-coordinate representation of color #7650FF: hue angle of 253.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7650FF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 80 | 255 | - |
| CMYK | 0.54 | 0.69 | 0 | 0 |
| HSL | 253.03º | 1% | 0.66% | - |
| HSV(B) | 253.03º | 0.69% | 1% | - |
| XYZ | 28.39 | 16.81 | 96.36 | - |
| YUV | 111.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 255 | 0.54 | 0.69 | 0 | 0 | 253.03 | 1 | 0.66 |
| Hex | 76 | 50 | FF | 36 | 45 | 0 | 0 | FD | 64 | 42 |
| Octal | 166 | 120 | 377 | 66 | 105 | 0 | 0 | 375 | 144 | 102 |
| Binary | 1110110 | 1010000 | 11111111 | 110110 | 1000101 | 0 | 0 | 11111101 | 1100100 | 1000010 |
Color Harmonies of #7650FF
Complementary color
Monochromatic Colors of #7650FF
Black with #7650FF
Text Example
Text Example
White with #7650FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7650FF; }
p { color: rgb(118,80,255); }
H1.HeaderClassName
{
color: #7650FF;
}
.AnyTagClassName
{
color: #7650FF;
}
</style>
background-color css
<style>
a { background-color: #7650FF; }
a { background-color: rgb(118,80,255); }
div.DivClassName
{
background-color: #7650FF;
}
.BgClassName
{
background-color: #7650FF;
}
</style>
border-color css
<style>
span { border-color: #7650FF; }
span { border-color: rgb(118,80,255); }
td.TdClassName
{
border-color: #7650FF;
}
.TagClassName
{
border-color: #7650FF;
}
</style>