Shades of Medium Slate Blue #766CDF
Tints of Medium Slate Blue #766CDF
RGB
CMYK
RGB Variations
Color information
#766CDF (or 0x766CDF) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DF. RGB value is (118,108,223). Sum of RGB (Red+Green+Blue) = 118+108+223=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #766CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDF is #899320. Grayscale: #7B7B7B. Windows color (decimal): -9016097 or 14642294. OLE color: 14642294.
HSL color Cylindrical-coordinate representation of color #766CDF: hue angle of 245.22º degrees, saturation: 0.64, 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 #766CDF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 108 | 223 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 245.22º | 0.64% | 0.65% | - |
| HSV(B) | 245.22º | 0.52% | 0.87% | - |
| XYZ | 26.15 | 19.9 | 72.28 | - |
| YUV | 124.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 223 | 0.47 | 0.52 | 0 | 0.13 | 245.22 | 0.64 | 0.65 |
| Hex | 76 | 6C | DF | 2F | 34 | 0 | D | F5 | 40 | 41 |
| Octal | 166 | 154 | 337 | 57 | 64 | 0 | 15 | 365 | 100 | 101 |
| Binary | 1110110 | 1101100 | 11011111 | 101111 | 110100 | 0 | 1101 | 11110101 | 1000000 | 1000001 |
Color Harmonies of #766CDF
Complementary color
Monochromatic Colors of #766CDF
Black with #766CDF
Text Example
Text Example
White with #766CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CDF; }
p { color: rgb(118,108,223); }
H1.HeaderClassName
{
color: #766CDF;
}
.AnyTagClassName
{
color: #766CDF;
}
</style>
background-color css
<style>
a { background-color: #766CDF; }
a { background-color: rgb(118,108,223); }
div.DivClassName
{
background-color: #766CDF;
}
.BgClassName
{
background-color: #766CDF;
}
</style>
border-color css
<style>
span { border-color: #766CDF; }
span { border-color: rgb(118,108,223); }
td.TdClassName
{
border-color: #766CDF;
}
.TagClassName
{
border-color: #766CDF;
}
</style>