Shades of Medium Slate Blue #767EE5
Tints of Medium Slate Blue #767EE5
RGB
CMYK
RGB Variations
Color information
#767EE5 (or 0x767EE5) is known color: Medium Slate Blue. HEX triplet: 76, 7E and E5. RGB value is (118,126,229). Sum of RGB (Red+Green+Blue) = 118+126+229=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #767EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EE5 is #89811A. Grayscale: #868686. Windows color (decimal): -9011483 or 15040118. OLE color: 15040118.
HSL color Cylindrical-coordinate representation of color #767EE5: hue angle of 235.68º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767EE5 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 126 | 229 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.10 |
| HSL | 235.68º | 0.68% | 0.68% | - |
| HSV(B) | 235.68º | 0.48% | 0.9% | - |
| XYZ | 29.07 | 24.43 | 77.31 | - |
| YUV | 135.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 229 | 0.48 | 0.45 | 0 | 0.10 | 235.68 | 0.68 | 0.68 |
| Hex | 76 | 7E | E5 | 30 | 2D | 0 | A | EC | 44 | 44 |
| Octal | 166 | 176 | 345 | 60 | 55 | 0 | 12 | 354 | 104 | 104 |
| Binary | 1110110 | 1111110 | 11100101 | 110000 | 101101 | 0 | 1010 | 11101100 | 1000100 | 1000100 |
Color Harmonies of #767EE5
Complementary color
Monochromatic Colors of #767EE5
Black with #767EE5
Text Example
Text Example
White with #767EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767EE5; }
p { color: rgb(118,126,229); }
H1.HeaderClassName
{
color: #767EE5;
}
.AnyTagClassName
{
color: #767EE5;
}
</style>
background-color css
<style>
a { background-color: #767EE5; }
a { background-color: rgb(118,126,229); }
div.DivClassName
{
background-color: #767EE5;
}
.BgClassName
{
background-color: #767EE5;
}
</style>
border-color css
<style>
span { border-color: #767EE5; }
span { border-color: rgb(118,126,229); }
td.TdClassName
{
border-color: #767EE5;
}
.TagClassName
{
border-color: #767EE5;
}
</style>