Shades of Medium Slate Blue #767ADE
Tints of Medium Slate Blue #767ADE
RGB
CMYK
RGB Variations
Color information
#767ADE (or 0x767ADE) is known color: Medium Slate Blue. HEX triplet: 76, 7A and DE. RGB value is (118,122,222). Sum of RGB (Red+Green+Blue) = 118+122+222=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #767ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ADE is #898521. Grayscale: #838383. Windows color (decimal): -9012514 or 14580342. OLE color: 14580342.
HSL color Cylindrical-coordinate representation of color #767ADE: hue angle of 237.69º degrees, saturation: 0.61, 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 #767ADE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 122 | 222 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.69º | 0.61% | 0.67% | - |
| HSV(B) | 237.69º | 0.47% | 0.87% | - |
| XYZ | 27.62 | 23.04 | 72.1 | - |
| YUV | 132.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 222 | 0.47 | 0.45 | 0 | 0.13 | 237.69 | 0.61 | 0.67 |
| Hex | 76 | 7A | DE | 2F | 2D | 0 | D | EE | 3D | 43 |
| Octal | 166 | 172 | 336 | 57 | 55 | 0 | 15 | 356 | 75 | 103 |
| Binary | 1110110 | 1111010 | 11011110 | 101111 | 101101 | 0 | 1101 | 11101110 | 111101 | 1000011 |
Color Harmonies of #767ADE
Complementary color
Monochromatic Colors of #767ADE
Black with #767ADE
Text Example
Text Example
White with #767ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ADE; }
p { color: rgb(118,122,222); }
H1.HeaderClassName
{
color: #767ADE;
}
.AnyTagClassName
{
color: #767ADE;
}
</style>
background-color css
<style>
a { background-color: #767ADE; }
a { background-color: rgb(118,122,222); }
div.DivClassName
{
background-color: #767ADE;
}
.BgClassName
{
background-color: #767ADE;
}
</style>
border-color css
<style>
span { border-color: #767ADE; }
span { border-color: rgb(118,122,222); }
td.TdClassName
{
border-color: #767ADE;
}
.TagClassName
{
border-color: #767ADE;
}
</style>