Shades of Medium Slate Blue #766BDA
Tints of Medium Slate Blue #766BDA
RGB
CMYK
RGB Variations
Color information
#766BDA (or 0x766BDA) is known color: Medium Slate Blue. HEX triplet: 76, 6B and DA. RGB value is (118,107,218). Sum of RGB (Red+Green+Blue) = 118+107+218=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #766BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BDA is #899425. Grayscale: #7A7A7A. Windows color (decimal): -9016358 or 14314358. OLE color: 14314358.
HSL color Cylindrical-coordinate representation of color #766BDA: hue angle of 245.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766BDA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 107 | 218 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.15 |
| HSL | 245.95º | 0.6% | 0.64% | - |
| HSV(B) | 245.95º | 0.51% | 0.85% | - |
| XYZ | 25.38 | 19.43 | 68.74 | - |
| YUV | 122.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 218 | 0.46 | 0.51 | 0 | 0.15 | 245.95 | 0.6 | 0.64 |
| Hex | 76 | 6B | DA | 2E | 33 | 0 | F | F6 | 3C | 40 |
| Octal | 166 | 153 | 332 | 56 | 63 | 0 | 17 | 366 | 74 | 100 |
| Binary | 1110110 | 1101011 | 11011010 | 101110 | 110011 | 0 | 1111 | 11110110 | 111100 | 1000000 |
Color Harmonies of #766BDA
Complementary color
Monochromatic Colors of #766BDA
Black with #766BDA
Text Example
Text Example
White with #766BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BDA; }
p { color: rgb(118,107,218); }
H1.HeaderClassName
{
color: #766BDA;
}
.AnyTagClassName
{
color: #766BDA;
}
</style>
background-color css
<style>
a { background-color: #766BDA; }
a { background-color: rgb(118,107,218); }
div.DivClassName
{
background-color: #766BDA;
}
.BgClassName
{
background-color: #766BDA;
}
</style>
border-color css
<style>
span { border-color: #766BDA; }
span { border-color: rgb(118,107,218); }
td.TdClassName
{
border-color: #766BDA;
}
.TagClassName
{
border-color: #766BDA;
}
</style>