Shades of Medium Slate Blue #766CE3
Tints of Medium Slate Blue #766CE3
RGB
CMYK
RGB Variations
Color information
#766CE3 (or 0x766CE3) is known color: Medium Slate Blue. HEX triplet: 76, 6C and E3. RGB value is (118,108,227). Sum of RGB (Red+Green+Blue) = 118+108+227=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #766CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CE3 is #89931C. Grayscale: #7C7C7C. Windows color (decimal): -9016093 or 14904438. OLE color: 14904438.
HSL color Cylindrical-coordinate representation of color #766CE3: hue angle of 245.04º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766CE3 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 108 | 227 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.11 |
| HSL | 245.04º | 0.68% | 0.66% | - |
| HSV(B) | 245.04º | 0.52% | 0.89% | - |
| XYZ | 26.7 | 20.12 | 75.15 | - |
| YUV | 124.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 227 | 0.48 | 0.52 | 0 | 0.11 | 245.04 | 0.68 | 0.66 |
| Hex | 76 | 6C | E3 | 30 | 34 | 0 | B | F5 | 44 | 42 |
| Octal | 166 | 154 | 343 | 60 | 64 | 0 | 13 | 365 | 104 | 102 |
| Binary | 1110110 | 1101100 | 11100011 | 110000 | 110100 | 0 | 1011 | 11110101 | 1000100 | 1000010 |
Color Harmonies of #766CE3
Complementary color
Monochromatic Colors of #766CE3
Black with #766CE3
Text Example
Text Example
White with #766CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CE3; }
p { color: rgb(118,108,227); }
H1.HeaderClassName
{
color: #766CE3;
}
.AnyTagClassName
{
color: #766CE3;
}
</style>
background-color css
<style>
a { background-color: #766CE3; }
a { background-color: rgb(118,108,227); }
div.DivClassName
{
background-color: #766CE3;
}
.BgClassName
{
background-color: #766CE3;
}
</style>
border-color css
<style>
span { border-color: #766CE3; }
span { border-color: rgb(118,108,227); }
td.TdClassName
{
border-color: #766CE3;
}
.TagClassName
{
border-color: #766CE3;
}
</style>