Shades of Medium Slate Blue #767ADD
Tints of Medium Slate Blue #767ADD
RGB
CMYK
RGB Variations
Color information
#767ADD (or 0x767ADD) is known color: Medium Slate Blue. HEX triplet: 76, 7A and DD. RGB value is (118,122,221). Sum of RGB (Red+Green+Blue) = 118+122+221=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #767ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ADD is #898522. Grayscale: #838383. Windows color (decimal): -9012515 or 14514806. OLE color: 14514806.
HSL color Cylindrical-coordinate representation of color #767ADD: hue angle of 237.67º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767ADD is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 122 | 221 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.67º | 0.6% | 0.66% | - |
| HSV(B) | 237.67º | 0.47% | 0.87% | - |
| XYZ | 27.48 | 22.99 | 71.4 | - |
| YUV | 132.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 221 | 0.47 | 0.45 | 0 | 0.13 | 237.67 | 0.6 | 0.66 |
| Hex | 76 | 7A | DD | 2F | 2D | 0 | D | EE | 3C | 42 |
| Octal | 166 | 172 | 335 | 57 | 55 | 0 | 15 | 356 | 74 | 102 |
| Binary | 1110110 | 1111010 | 11011101 | 101111 | 101101 | 0 | 1101 | 11101110 | 111100 | 1000010 |
Color Harmonies of #767ADD
Complementary color
Monochromatic Colors of #767ADD
Black with #767ADD
Text Example
Text Example
White with #767ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ADD; }
p { color: rgb(118,122,221); }
H1.HeaderClassName
{
color: #767ADD;
}
.AnyTagClassName
{
color: #767ADD;
}
</style>
background-color css
<style>
a { background-color: #767ADD; }
a { background-color: rgb(118,122,221); }
div.DivClassName
{
background-color: #767ADD;
}
.BgClassName
{
background-color: #767ADD;
}
</style>
border-color css
<style>
span { border-color: #767ADD; }
span { border-color: rgb(118,122,221); }
td.TdClassName
{
border-color: #767ADD;
}
.TagClassName
{
border-color: #767ADD;
}
</style>