Shades of Medium Slate Blue #767DF0
Tints of Medium Slate Blue #767DF0
RGB
CMYK
RGB Variations
Color information
#767DF0 (or 0x767DF0) is known color: Medium Slate Blue. HEX triplet: 76, 7D and F0. RGB value is (118,125,240). Sum of RGB (Red+Green+Blue) = 118+125+240=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #767DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DF0 is #89820F. Grayscale: #878787. Windows color (decimal): -9011728 or 15760758. OLE color: 15760758.
HSL color Cylindrical-coordinate representation of color #767DF0: hue angle of 236.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767DF0 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 125 | 240 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.06 |
| HSL | 236.56º | 0.8% | 0.7% | - |
| HSV(B) | 236.56º | 0.51% | 0.94% | - |
| XYZ | 30.53 | 24.81 | 85.62 | - |
| YUV | 136.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 240 | 0.51 | 0.48 | 0 | 0.06 | 236.56 | 0.8 | 0.7 |
| Hex | 76 | 7D | F0 | 33 | 30 | 0 | 6 | ED | 50 | 46 |
| Octal | 166 | 175 | 360 | 63 | 60 | 0 | 6 | 355 | 120 | 106 |
| Binary | 1110110 | 1111101 | 11110000 | 110011 | 110000 | 0 | 110 | 11101101 | 1010000 | 1000110 |
Color Harmonies of #767DF0
Complementary color
Monochromatic Colors of #767DF0
Black with #767DF0
Text Example
Text Example
White with #767DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DF0; }
p { color: rgb(118,125,240); }
H1.HeaderClassName
{
color: #767DF0;
}
.AnyTagClassName
{
color: #767DF0;
}
</style>
background-color css
<style>
a { background-color: #767DF0; }
a { background-color: rgb(118,125,240); }
div.DivClassName
{
background-color: #767DF0;
}
.BgClassName
{
background-color: #767DF0;
}
</style>
border-color css
<style>
span { border-color: #767DF0; }
span { border-color: rgb(118,125,240); }
td.TdClassName
{
border-color: #767DF0;
}
.TagClassName
{
border-color: #767DF0;
}
</style>