Shades of Medium Slate Blue #766CDE
Tints of Medium Slate Blue #766CDE
RGB
CMYK
RGB Variations
Color information
#766CDE (or 0x766CDE) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DE. RGB value is (118,108,222). Sum of RGB (Red+Green+Blue) = 118+108+222=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #766CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDE is #899321. Grayscale: #7B7B7B. Windows color (decimal): -9016098 or 14576758. OLE color: 14576758.
HSL color Cylindrical-coordinate representation of color #766CDE: hue angle of 245.26º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766CDE is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 108 | 222 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 245.26º | 0.63% | 0.65% | - |
| HSV(B) | 245.26º | 0.51% | 0.87% | - |
| XYZ | 26.02 | 19.85 | 71.57 | - |
| YUV | 123.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 222 | 0.47 | 0.51 | 0 | 0.13 | 245.26 | 0.63 | 0.65 |
| Hex | 76 | 6C | DE | 2F | 33 | 0 | D | F5 | 3F | 41 |
| Octal | 166 | 154 | 336 | 57 | 63 | 0 | 15 | 365 | 77 | 101 |
| Binary | 1110110 | 1101100 | 11011110 | 101111 | 110011 | 0 | 1101 | 11110101 | 111111 | 1000001 |
Color Harmonies of #766CDE
Complementary color
Monochromatic Colors of #766CDE
Black with #766CDE
Text Example
Text Example
White with #766CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CDE; }
p { color: rgb(118,108,222); }
H1.HeaderClassName
{
color: #766CDE;
}
.AnyTagClassName
{
color: #766CDE;
}
</style>
background-color css
<style>
a { background-color: #766CDE; }
a { background-color: rgb(118,108,222); }
div.DivClassName
{
background-color: #766CDE;
}
.BgClassName
{
background-color: #766CDE;
}
</style>
border-color css
<style>
span { border-color: #766CDE; }
span { border-color: rgb(118,108,222); }
td.TdClassName
{
border-color: #766CDE;
}
.TagClassName
{
border-color: #766CDE;
}
</style>