Shades of Medium Slate Blue #767BE0
Tints of Medium Slate Blue #767BE0
RGB
CMYK
RGB Variations
Color information
#767BE0 (or 0x767BE0) is known color: Medium Slate Blue. HEX triplet: 76, 7B and E0. RGB value is (118,123,224). Sum of RGB (Red+Green+Blue) = 118+123+224=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #767BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BE0 is #89841F. Grayscale: #848484. Windows color (decimal): -9012256 or 14711670. OLE color: 14711670.
HSL color Cylindrical-coordinate representation of color #767BE0: hue angle of 237.17º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767BE0 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 123 | 224 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.12 |
| HSL | 237.17º | 0.63% | 0.67% | - |
| HSV(B) | 237.17º | 0.47% | 0.88% | - |
| XYZ | 28.01 | 23.4 | 73.56 | - |
| YUV | 133.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 224 | 0.47 | 0.45 | 0 | 0.12 | 237.17 | 0.63 | 0.67 |
| Hex | 76 | 7B | E0 | 2F | 2D | 0 | C | ED | 3F | 43 |
| Octal | 166 | 173 | 340 | 57 | 55 | 0 | 14 | 355 | 77 | 103 |
| Binary | 1110110 | 1111011 | 11100000 | 101111 | 101101 | 0 | 1100 | 11101101 | 111111 | 1000011 |
Color Harmonies of #767BE0
Complementary color
Monochromatic Colors of #767BE0
Black with #767BE0
Text Example
Text Example
White with #767BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BE0; }
p { color: rgb(118,123,224); }
H1.HeaderClassName
{
color: #767BE0;
}
.AnyTagClassName
{
color: #767BE0;
}
</style>
background-color css
<style>
a { background-color: #767BE0; }
a { background-color: rgb(118,123,224); }
div.DivClassName
{
background-color: #767BE0;
}
.BgClassName
{
background-color: #767BE0;
}
</style>
border-color css
<style>
span { border-color: #767BE0; }
span { border-color: rgb(118,123,224); }
td.TdClassName
{
border-color: #767BE0;
}
.TagClassName
{
border-color: #767BE0;
}
</style>