Shades of Medium Slate Blue #766BF2
Tints of Medium Slate Blue #766BF2
RGB
CMYK
RGB Variations
Color information
#766BF2 (or 0x766BF2) is known color: Medium Slate Blue. HEX triplet: 76, 6B and F2. RGB value is (118,107,242). Sum of RGB (Red+Green+Blue) = 118+107+242=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #766BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BF2 is #89940D. Grayscale: #7D7D7D. Windows color (decimal): -9016334 or 15887222. OLE color: 15887222.
HSL color Cylindrical-coordinate representation of color #766BF2: hue angle of 244.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766BF2 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 107 | 242 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 244.89º | 0.84% | 0.68% | - |
| HSV(B) | 244.89º | 0.56% | 0.95% | - |
| XYZ | 28.76 | 20.78 | 86.5 | - |
| YUV | 125.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 242 | 0.51 | 0.56 | 0 | 0.05 | 244.89 | 0.84 | 0.68 |
| Hex | 76 | 6B | F2 | 33 | 38 | 0 | 5 | F5 | 54 | 44 |
| Octal | 166 | 153 | 362 | 63 | 70 | 0 | 5 | 365 | 124 | 104 |
| Binary | 1110110 | 1101011 | 11110010 | 110011 | 111000 | 0 | 101 | 11110101 | 1010100 | 1000100 |
Color Harmonies of #766BF2
Complementary color
Monochromatic Colors of #766BF2
Black with #766BF2
Text Example
Text Example
White with #766BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BF2; }
p { color: rgb(118,107,242); }
H1.HeaderClassName
{
color: #766BF2;
}
.AnyTagClassName
{
color: #766BF2;
}
</style>
background-color css
<style>
a { background-color: #766BF2; }
a { background-color: rgb(118,107,242); }
div.DivClassName
{
background-color: #766BF2;
}
.BgClassName
{
background-color: #766BF2;
}
</style>
border-color css
<style>
span { border-color: #766BF2; }
span { border-color: rgb(118,107,242); }
td.TdClassName
{
border-color: #766BF2;
}
.TagClassName
{
border-color: #766BF2;
}
</style>