Shades of Medium Slate Blue #767FE6
Tints of Medium Slate Blue #767FE6
RGB
CMYK
RGB Variations
Color information
#767FE6 (or 0x767FE6) is known color: Medium Slate Blue. HEX triplet: 76, 7F and E6. RGB value is (118,127,230). Sum of RGB (Red+Green+Blue) = 118+127+230=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #767FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FE6 is #898019. Grayscale: #878787. Windows color (decimal): -9011226 or 15105910. OLE color: 15105910.
HSL color Cylindrical-coordinate representation of color #767FE6: hue angle of 235.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #767FE6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 127 | 230 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.10 |
| HSL | 235.18º | 0.69% | 0.68% | - |
| HSV(B) | 235.18º | 0.49% | 0.9% | - |
| XYZ | 29.34 | 24.74 | 78.09 | - |
| YUV | 136.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 230 | 0.49 | 0.45 | 0 | 0.10 | 235.18 | 0.69 | 0.68 |
| Hex | 76 | 7F | E6 | 31 | 2D | 0 | A | EB | 45 | 44 |
| Octal | 166 | 177 | 346 | 61 | 55 | 0 | 12 | 353 | 105 | 104 |
| Binary | 1110110 | 1111111 | 11100110 | 110001 | 101101 | 0 | 1010 | 11101011 | 1000101 | 1000100 |
Color Harmonies of #767FE6
Complementary color
Monochromatic Colors of #767FE6
Black with #767FE6
Text Example
Text Example
White with #767FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FE6; }
p { color: rgb(118,127,230); }
H1.HeaderClassName
{
color: #767FE6;
}
.AnyTagClassName
{
color: #767FE6;
}
</style>
background-color css
<style>
a { background-color: #767FE6; }
a { background-color: rgb(118,127,230); }
div.DivClassName
{
background-color: #767FE6;
}
.BgClassName
{
background-color: #767FE6;
}
</style>
border-color css
<style>
span { border-color: #767FE6; }
span { border-color: rgb(118,127,230); }
td.TdClassName
{
border-color: #767FE6;
}
.TagClassName
{
border-color: #767FE6;
}
</style>