Shades of Medium Slate Blue #767CE3
Tints of Medium Slate Blue #767CE3
RGB
CMYK
RGB Variations
Color information
#767CE3 (or 0x767CE3) is known color: Medium Slate Blue. HEX triplet: 76, 7C and E3. RGB value is (118,124,227). Sum of RGB (Red+Green+Blue) = 118+124+227=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #767CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CE3 is #89831C. Grayscale: #858585. Windows color (decimal): -9011997 or 14908534. OLE color: 14908534.
HSL color Cylindrical-coordinate representation of color #767CE3: hue angle of 236.7º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767CE3 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 124 | 227 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.11 |
| HSL | 236.7º | 0.66% | 0.68% | - |
| HSV(B) | 236.7º | 0.48% | 0.89% | - |
| XYZ | 28.54 | 23.81 | 75.76 | - |
| YUV | 133.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 227 | 0.48 | 0.45 | 0 | 0.11 | 236.7 | 0.66 | 0.68 |
| Hex | 76 | 7C | E3 | 30 | 2D | 0 | B | ED | 42 | 44 |
| Octal | 166 | 174 | 343 | 60 | 55 | 0 | 13 | 355 | 102 | 104 |
| Binary | 1110110 | 1111100 | 11100011 | 110000 | 101101 | 0 | 1011 | 11101101 | 1000010 | 1000100 |
Color Harmonies of #767CE3
Complementary color
Monochromatic Colors of #767CE3
Black with #767CE3
Text Example
Text Example
White with #767CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CE3; }
p { color: rgb(118,124,227); }
H1.HeaderClassName
{
color: #767CE3;
}
.AnyTagClassName
{
color: #767CE3;
}
</style>
background-color css
<style>
a { background-color: #767CE3; }
a { background-color: rgb(118,124,227); }
div.DivClassName
{
background-color: #767CE3;
}
.BgClassName
{
background-color: #767CE3;
}
</style>
border-color css
<style>
span { border-color: #767CE3; }
span { border-color: rgb(118,124,227); }
td.TdClassName
{
border-color: #767CE3;
}
.TagClassName
{
border-color: #767CE3;
}
</style>