Shades of Medium Slate Blue #767ADF
Tints of Medium Slate Blue #767ADF
RGB
CMYK
RGB Variations
Color information
#767ADF (or 0x767ADF) is known color: Medium Slate Blue. HEX triplet: 76, 7A and DF. RGB value is (118,122,223). Sum of RGB (Red+Green+Blue) = 118+122+223=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #767ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ADF is #898520. Grayscale: #838383. Windows color (decimal): -9012513 or 14645878. OLE color: 14645878.
HSL color Cylindrical-coordinate representation of color #767ADF: hue angle of 237.71º 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 #767ADF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 122 | 223 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.13 |
| HSL | 237.71º | 0.62% | 0.67% | - |
| HSV(B) | 237.71º | 0.47% | 0.87% | - |
| XYZ | 27.75 | 23.1 | 72.81 | - |
| YUV | 132.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 223 | 0.47 | 0.45 | 0 | 0.13 | 237.71 | 0.62 | 0.67 |
| Hex | 76 | 7A | DF | 2F | 2D | 0 | D | EE | 3E | 43 |
| Octal | 166 | 172 | 337 | 57 | 55 | 0 | 15 | 356 | 76 | 103 |
| Binary | 1110110 | 1111010 | 11011111 | 101111 | 101101 | 0 | 1101 | 11101110 | 111110 | 1000011 |
Color Harmonies of #767ADF
Complementary color
Monochromatic Colors of #767ADF
Black with #767ADF
Text Example
Text Example
White with #767ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ADF; }
p { color: rgb(118,122,223); }
H1.HeaderClassName
{
color: #767ADF;
}
.AnyTagClassName
{
color: #767ADF;
}
</style>
background-color css
<style>
a { background-color: #767ADF; }
a { background-color: rgb(118,122,223); }
div.DivClassName
{
background-color: #767ADF;
}
.BgClassName
{
background-color: #767ADF;
}
</style>
border-color css
<style>
span { border-color: #767ADF; }
span { border-color: rgb(118,122,223); }
td.TdClassName
{
border-color: #767ADF;
}
.TagClassName
{
border-color: #767ADF;
}
</style>