Shades of Medium Slate Blue #767BE5
Tints of Medium Slate Blue #767BE5
RGB
CMYK
RGB Variations
Color information
#767BE5 (or 0x767BE5) is known color: Medium Slate Blue. HEX triplet: 76, 7B and E5. RGB value is (118,123,229). Sum of RGB (Red+Green+Blue) = 118+123+229=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #767BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BE5 is #89841A. Grayscale: #858585. Windows color (decimal): -9012251 or 15039350. OLE color: 15039350.
HSL color Cylindrical-coordinate representation of color #767BE5: hue angle of 237.3º 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 #767BE5 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 123 | 229 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.10 |
| HSL | 237.3º | 0.68% | 0.68% | - |
| HSV(B) | 237.3º | 0.48% | 0.9% | - |
| XYZ | 28.7 | 23.67 | 77.19 | - |
| YUV | 133.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 229 | 0.48 | 0.46 | 0 | 0.10 | 237.3 | 0.68 | 0.68 |
| Hex | 76 | 7B | E5 | 30 | 2E | 0 | A | ED | 44 | 44 |
| Octal | 166 | 173 | 345 | 60 | 56 | 0 | 12 | 355 | 104 | 104 |
| Binary | 1110110 | 1111011 | 11100101 | 110000 | 101110 | 0 | 1010 | 11101101 | 1000100 | 1000100 |
Color Harmonies of #767BE5
Complementary color
Monochromatic Colors of #767BE5
Black with #767BE5
Text Example
Text Example
White with #767BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BE5; }
p { color: rgb(118,123,229); }
H1.HeaderClassName
{
color: #767BE5;
}
.AnyTagClassName
{
color: #767BE5;
}
</style>
background-color css
<style>
a { background-color: #767BE5; }
a { background-color: rgb(118,123,229); }
div.DivClassName
{
background-color: #767BE5;
}
.BgClassName
{
background-color: #767BE5;
}
</style>
border-color css
<style>
span { border-color: #767BE5; }
span { border-color: rgb(118,123,229); }
td.TdClassName
{
border-color: #767BE5;
}
.TagClassName
{
border-color: #767BE5;
}
</style>