Shades of Medium Slate Blue #767CE1
Tints of Medium Slate Blue #767CE1
RGB
CMYK
RGB Variations
Color information
#767CE1 (or 0x767CE1) is known color: Medium Slate Blue. HEX triplet: 76, 7C and E1. RGB value is (118,124,225). Sum of RGB (Red+Green+Blue) = 118+124+225=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #767CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CE1 is #89831E. Grayscale: #858585. Windows color (decimal): -9011999 or 14777462. OLE color: 14777462.
HSL color Cylindrical-coordinate representation of color #767CE1: hue angle of 236.64º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767CE1 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 124 | 225 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.12 |
| HSL | 236.64º | 0.64% | 0.67% | - |
| HSV(B) | 236.64º | 0.48% | 0.88% | - |
| XYZ | 28.27 | 23.7 | 74.32 | - |
| YUV | 133.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 225 | 0.48 | 0.45 | 0 | 0.12 | 236.64 | 0.64 | 0.67 |
| Hex | 76 | 7C | E1 | 30 | 2D | 0 | C | ED | 40 | 43 |
| Octal | 166 | 174 | 341 | 60 | 55 | 0 | 14 | 355 | 100 | 103 |
| Binary | 1110110 | 1111100 | 11100001 | 110000 | 101101 | 0 | 1100 | 11101101 | 1000000 | 1000011 |
Color Harmonies of #767CE1
Complementary color
Monochromatic Colors of #767CE1
Black with #767CE1
Text Example
Text Example
White with #767CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CE1; }
p { color: rgb(118,124,225); }
H1.HeaderClassName
{
color: #767CE1;
}
.AnyTagClassName
{
color: #767CE1;
}
</style>
background-color css
<style>
a { background-color: #767CE1; }
a { background-color: rgb(118,124,225); }
div.DivClassName
{
background-color: #767CE1;
}
.BgClassName
{
background-color: #767CE1;
}
</style>
border-color css
<style>
span { border-color: #767CE1; }
span { border-color: rgb(118,124,225); }
td.TdClassName
{
border-color: #767CE1;
}
.TagClassName
{
border-color: #767CE1;
}
</style>