Shades of Medium Slate Blue #767DF2
Tints of Medium Slate Blue #767DF2
RGB
CMYK
RGB Variations
Color information
#767DF2 (or 0x767DF2) is known color: Medium Slate Blue. HEX triplet: 76, 7D and F2. RGB value is (118,125,242). Sum of RGB (Red+Green+Blue) = 118+125+242=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #767DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DF2 is #89820D. Grayscale: #878787. Windows color (decimal): -9011726 or 15891830. OLE color: 15891830.
HSL color Cylindrical-coordinate representation of color #767DF2: hue angle of 236.61º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767DF2 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 125 | 242 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.05 |
| HSL | 236.61º | 0.83% | 0.71% | - |
| HSV(B) | 236.61º | 0.51% | 0.95% | - |
| XYZ | 30.83 | 24.93 | 87.19 | - |
| YUV | 136.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 242 | 0.51 | 0.48 | 0 | 0.05 | 236.61 | 0.83 | 0.71 |
| Hex | 76 | 7D | F2 | 33 | 30 | 0 | 5 | ED | 53 | 47 |
| Octal | 166 | 175 | 362 | 63 | 60 | 0 | 5 | 355 | 123 | 107 |
| Binary | 1110110 | 1111101 | 11110010 | 110011 | 110000 | 0 | 101 | 11101101 | 1010011 | 1000111 |
Color Harmonies of #767DF2
Complementary color
Monochromatic Colors of #767DF2
Black with #767DF2
Text Example
Text Example
White with #767DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DF2; }
p { color: rgb(118,125,242); }
H1.HeaderClassName
{
color: #767DF2;
}
.AnyTagClassName
{
color: #767DF2;
}
</style>
background-color css
<style>
a { background-color: #767DF2; }
a { background-color: rgb(118,125,242); }
div.DivClassName
{
background-color: #767DF2;
}
.BgClassName
{
background-color: #767DF2;
}
</style>
border-color css
<style>
span { border-color: #767DF2; }
span { border-color: rgb(118,125,242); }
td.TdClassName
{
border-color: #767DF2;
}
.TagClassName
{
border-color: #767DF2;
}
</style>