Shades of Medium Slate Blue #776ADF
Tints of Medium Slate Blue #776ADF
RGB
CMYK
RGB Variations
Color information
#776ADF (or 0x776ADF) is known color: Medium Slate Blue. HEX triplet: 77, 6A and DF. RGB value is (119,106,223). Sum of RGB (Red+Green+Blue) = 119+106+223=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #776ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADF is #889520. Grayscale: #7A7A7A. Windows color (decimal): -8951073 or 14641783. OLE color: 14641783.
HSL color Cylindrical-coordinate representation of color #776ADF: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776ADF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 106 | 223 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 246.67º | 0.65% | 0.65% | - |
| HSV(B) | 246.67º | 0.52% | 0.87% | - |
| XYZ | 26.08 | 19.56 | 72.21 | - |
| YUV | 123.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 223 | 0.47 | 0.52 | 0 | 0.13 | 246.67 | 0.65 | 0.65 |
| Hex | 77 | 6A | DF | 2F | 34 | 0 | D | F7 | 41 | 41 |
| Octal | 167 | 152 | 337 | 57 | 64 | 0 | 15 | 367 | 101 | 101 |
| Binary | 1110111 | 1101010 | 11011111 | 101111 | 110100 | 0 | 1101 | 11110111 | 1000001 | 1000001 |
Color Harmonies of #776ADF
Complementary color
Monochromatic Colors of #776ADF
Black with #776ADF
Text Example
Text Example
White with #776ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ADF; }
p { color: rgb(119,106,223); }
H1.HeaderClassName
{
color: #776ADF;
}
.AnyTagClassName
{
color: #776ADF;
}
</style>
background-color css
<style>
a { background-color: #776ADF; }
a { background-color: rgb(119,106,223); }
div.DivClassName
{
background-color: #776ADF;
}
.BgClassName
{
background-color: #776ADF;
}
</style>
border-color css
<style>
span { border-color: #776ADF; }
span { border-color: rgb(119,106,223); }
td.TdClassName
{
border-color: #776ADF;
}
.TagClassName
{
border-color: #776ADF;
}
</style>