Shades of Medium Slate Blue #7D7BED
Tints of Medium Slate Blue #7D7BED
RGB
CMYK
RGB Variations
Color information
#7D7BED (or 0x7D7BED) is known color: Medium Slate Blue. HEX triplet: 7D, 7B and ED. RGB value is (125,123,237). Sum of RGB (Red+Green+Blue) = 125+123+237=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BED is #828412. Grayscale: #888888. Windows color (decimal): -8553491 or 15563645. OLE color: 15563645.
HSL color Cylindrical-coordinate representation of color #7D7BED: hue angle of 241.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D7BED is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 123 | 237 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.07 |
| HSL | 241.05º | 0.76% | 0.71% | - |
| HSV(B) | 241.05º | 0.48% | 0.93% | - |
| XYZ | 30.83 | 24.64 | 83.25 | - |
| YUV | 136.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 237 | 0.47 | 0.48 | 0 | 0.07 | 241.05 | 0.76 | 0.71 |
| Hex | 7D | 7B | ED | 2F | 30 | 0 | 7 | F1 | 4C | 47 |
| Octal | 175 | 173 | 355 | 57 | 60 | 0 | 7 | 361 | 114 | 107 |
| Binary | 1111101 | 1111011 | 11101101 | 101111 | 110000 | 0 | 111 | 11110001 | 1001100 | 1000111 |
Color Harmonies of #7D7BED
Complementary color
Monochromatic Colors of #7D7BED
Black with #7D7BED
Text Example
Text Example
White with #7D7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BED; }
p { color: rgb(125,123,237); }
H1.HeaderClassName
{
color: #7D7BED;
}
.AnyTagClassName
{
color: #7D7BED;
}
</style>
background-color css
<style>
a { background-color: #7D7BED; }
a { background-color: rgb(125,123,237); }
div.DivClassName
{
background-color: #7D7BED;
}
.BgClassName
{
background-color: #7D7BED;
}
</style>
border-color css
<style>
span { border-color: #7D7BED; }
span { border-color: rgb(125,123,237); }
td.TdClassName
{
border-color: #7D7BED;
}
.TagClassName
{
border-color: #7D7BED;
}
</style>