Shades of Medium Slate Blue #7B65F0
Tints of Medium Slate Blue #7B65F0
RGB
CMYK
RGB Variations
Color information
#7B65F0 (or 0x7B65F0) is known color: Medium Slate Blue. HEX triplet: 7B, 65 and F0. RGB value is (123,101,240). Sum of RGB (Red+Green+Blue) = 123+101+240=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B65F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B65F0 is #849A0F. Grayscale: #7A7A7A. Windows color (decimal): -8690192 or 15754619. OLE color: 15754619.
HSL color Cylindrical-coordinate representation of color #7B65F0: hue angle of 249.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B65F0 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 101 | 240 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.06 |
| HSL | 249.5º | 0.82% | 0.67% | - |
| HSV(B) | 249.5º | 0.58% | 0.94% | - |
| XYZ | 28.55 | 19.81 | 84.76 | - |
| YUV | 123.42 | 193.79 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 240 | 0.49 | 0.58 | 0 | 0.06 | 249.5 | 0.82 | 0.67 |
| Hex | 7B | 65 | F0 | 31 | 3A | 0 | 6 | F9 | 52 | 43 |
| Octal | 173 | 145 | 360 | 61 | 72 | 0 | 6 | 371 | 122 | 103 |
| Binary | 1111011 | 1100101 | 11110000 | 110001 | 111010 | 0 | 110 | 11111001 | 1010010 | 1000011 |
Color Harmonies of #7B65F0
Complementary color
Monochromatic Colors of #7B65F0
Black with #7B65F0
Text Example
Text Example
White with #7B65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B65F0; }
p { color: rgb(123,101,240); }
H1.HeaderClassName
{
color: #7B65F0;
}
.AnyTagClassName
{
color: #7B65F0;
}
</style>
background-color css
<style>
a { background-color: #7B65F0; }
a { background-color: rgb(123,101,240); }
div.DivClassName
{
background-color: #7B65F0;
}
.BgClassName
{
background-color: #7B65F0;
}
</style>
border-color css
<style>
span { border-color: #7B65F0; }
span { border-color: rgb(123,101,240); }
td.TdClassName
{
border-color: #7B65F0;
}
.TagClassName
{
border-color: #7B65F0;
}
</style>