Shades of Medium Slate Blue #767CEC
Tints of Medium Slate Blue #767CEC
RGB
CMYK
RGB Variations
Color information
#767CEC (or 0x767CEC) is known color: Medium Slate Blue. HEX triplet: 76, 7C and EC. RGB value is (118,124,236). Sum of RGB (Red+Green+Blue) = 118+124+236=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #767CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CEC is #898313. Grayscale: #868686. Windows color (decimal): -9011988 or 15498358. OLE color: 15498358.
HSL color Cylindrical-coordinate representation of color #767CEC: hue angle of 236.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767CEC is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 124 | 236 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.07 |
| HSL | 236.95º | 0.76% | 0.69% | - |
| HSV(B) | 236.95º | 0.5% | 0.93% | - |
| XYZ | 29.82 | 24.32 | 82.48 | - |
| YUV | 134.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 236 | 0.5 | 0.47 | 0 | 0.07 | 236.95 | 0.76 | 0.69 |
| Hex | 76 | 7C | EC | 32 | 2F | 0 | 7 | ED | 4C | 45 |
| Octal | 166 | 174 | 354 | 62 | 57 | 0 | 7 | 355 | 114 | 105 |
| Binary | 1110110 | 1111100 | 11101100 | 110010 | 101111 | 0 | 111 | 11101101 | 1001100 | 1000101 |
Color Harmonies of #767CEC
Complementary color
Monochromatic Colors of #767CEC
Black with #767CEC
Text Example
Text Example
White with #767CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CEC; }
p { color: rgb(118,124,236); }
H1.HeaderClassName
{
color: #767CEC;
}
.AnyTagClassName
{
color: #767CEC;
}
</style>
background-color css
<style>
a { background-color: #767CEC; }
a { background-color: rgb(118,124,236); }
div.DivClassName
{
background-color: #767CEC;
}
.BgClassName
{
background-color: #767CEC;
}
</style>
border-color css
<style>
span { border-color: #767CEC; }
span { border-color: rgb(118,124,236); }
td.TdClassName
{
border-color: #767CEC;
}
.TagClassName
{
border-color: #767CEC;
}
</style>