Shades of Medium Slate Blue #767CE2
Tints of Medium Slate Blue #767CE2
RGB
CMYK
RGB Variations
Color information
#767CE2 (or 0x767CE2) is known color: Medium Slate Blue. HEX triplet: 76, 7C and E2. RGB value is (118,124,226). Sum of RGB (Red+Green+Blue) = 118+124+226=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #767CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CE2 is #89831D. Grayscale: #858585. Windows color (decimal): -9011998 or 14842998. OLE color: 14842998.
HSL color Cylindrical-coordinate representation of color #767CE2: hue angle of 236.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767CE2 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 124 | 226 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.11 |
| HSL | 236.67º | 0.65% | 0.67% | - |
| HSV(B) | 236.67º | 0.48% | 0.89% | - |
| XYZ | 28.41 | 23.76 | 75.04 | - |
| YUV | 133.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 226 | 0.48 | 0.45 | 0 | 0.11 | 236.67 | 0.65 | 0.67 |
| Hex | 76 | 7C | E2 | 30 | 2D | 0 | B | ED | 41 | 43 |
| Octal | 166 | 174 | 342 | 60 | 55 | 0 | 13 | 355 | 101 | 103 |
| Binary | 1110110 | 1111100 | 11100010 | 110000 | 101101 | 0 | 1011 | 11101101 | 1000001 | 1000011 |
Color Harmonies of #767CE2
Complementary color
Monochromatic Colors of #767CE2
Black with #767CE2
Text Example
Text Example
White with #767CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CE2; }
p { color: rgb(118,124,226); }
H1.HeaderClassName
{
color: #767CE2;
}
.AnyTagClassName
{
color: #767CE2;
}
</style>
background-color css
<style>
a { background-color: #767CE2; }
a { background-color: rgb(118,124,226); }
div.DivClassName
{
background-color: #767CE2;
}
.BgClassName
{
background-color: #767CE2;
}
</style>
border-color css
<style>
span { border-color: #767CE2; }
span { border-color: rgb(118,124,226); }
td.TdClassName
{
border-color: #767CE2;
}
.TagClassName
{
border-color: #767CE2;
}
</style>