Shades of Medium Slate Blue #767CDF
Tints of Medium Slate Blue #767CDF
RGB
CMYK
RGB Variations
Color information
#767CDF (or 0x767CDF) is known color: Medium Slate Blue. HEX triplet: 76, 7C and DF. RGB value is (118,124,223). Sum of RGB (Red+Green+Blue) = 118+124+223=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #767CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDF is #898320. Grayscale: #858585. Windows color (decimal): -9012001 or 14646390. OLE color: 14646390.
HSL color Cylindrical-coordinate representation of color #767CDF: hue angle of 236.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767CDF is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 124 | 223 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.13 |
| HSL | 236.57º | 0.62% | 0.67% | - |
| HSV(B) | 236.57º | 0.47% | 0.87% | - |
| XYZ | 28 | 23.59 | 72.89 | - |
| YUV | 133.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 223 | 0.47 | 0.44 | 0 | 0.13 | 236.57 | 0.62 | 0.67 |
| Hex | 76 | 7C | DF | 2F | 2C | 0 | D | ED | 3E | 43 |
| Octal | 166 | 174 | 337 | 57 | 54 | 0 | 15 | 355 | 76 | 103 |
| Binary | 1110110 | 1111100 | 11011111 | 101111 | 101100 | 0 | 1101 | 11101101 | 111110 | 1000011 |
Color Harmonies of #767CDF
Complementary color
Monochromatic Colors of #767CDF
Black with #767CDF
Text Example
Text Example
White with #767CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CDF; }
p { color: rgb(118,124,223); }
H1.HeaderClassName
{
color: #767CDF;
}
.AnyTagClassName
{
color: #767CDF;
}
</style>
background-color css
<style>
a { background-color: #767CDF; }
a { background-color: rgb(118,124,223); }
div.DivClassName
{
background-color: #767CDF;
}
.BgClassName
{
background-color: #767CDF;
}
</style>
border-color css
<style>
span { border-color: #767CDF; }
span { border-color: rgb(118,124,223); }
td.TdClassName
{
border-color: #767CDF;
}
.TagClassName
{
border-color: #767CDF;
}
</style>