Shades of Medium Slate Blue #767BE3
Tints of Medium Slate Blue #767BE3
RGB
CMYK
RGB Variations
Color information
#767BE3 (or 0x767BE3) is known color: Medium Slate Blue. HEX triplet: 76, 7B and E3. RGB value is (118,123,227). Sum of RGB (Red+Green+Blue) = 118+123+227=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #767BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BE3 is #89841C. Grayscale: #848484. Windows color (decimal): -9012253 or 14908278. OLE color: 14908278.
HSL color Cylindrical-coordinate representation of color #767BE3: hue angle of 237.25º 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 #767BE3 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 123 | 227 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.11 |
| HSL | 237.25º | 0.66% | 0.68% | - |
| HSV(B) | 237.25º | 0.48% | 0.89% | - |
| XYZ | 28.42 | 23.56 | 75.72 | - |
| YUV | 133.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 227 | 0.48 | 0.46 | 0 | 0.11 | 237.25 | 0.66 | 0.68 |
| Hex | 76 | 7B | E3 | 30 | 2E | 0 | B | ED | 42 | 44 |
| Octal | 166 | 173 | 343 | 60 | 56 | 0 | 13 | 355 | 102 | 104 |
| Binary | 1110110 | 1111011 | 11100011 | 110000 | 101110 | 0 | 1011 | 11101101 | 1000010 | 1000100 |
Color Harmonies of #767BE3
Complementary color
Monochromatic Colors of #767BE3
Black with #767BE3
Text Example
Text Example
White with #767BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BE3; }
p { color: rgb(118,123,227); }
H1.HeaderClassName
{
color: #767BE3;
}
.AnyTagClassName
{
color: #767BE3;
}
</style>
background-color css
<style>
a { background-color: #767BE3; }
a { background-color: rgb(118,123,227); }
div.DivClassName
{
background-color: #767BE3;
}
.BgClassName
{
background-color: #767BE3;
}
</style>
border-color css
<style>
span { border-color: #767BE3; }
span { border-color: rgb(118,123,227); }
td.TdClassName
{
border-color: #767BE3;
}
.TagClassName
{
border-color: #767BE3;
}
</style>