Shades of Medium Slate Blue #766AFB
Tints of Medium Slate Blue #766AFB
RGB
CMYK
RGB Variations
Color information
#766AFB (or 0x766AFB) is known color: Medium Slate Blue. HEX triplet: 76, 6A and FB. RGB value is (118,106,251). Sum of RGB (Red+Green+Blue) = 118+106+251=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #766AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AFB is #899504. Grayscale: #7D7D7D. Windows color (decimal): -9016581 or 16476790. OLE color: 16476790.
HSL color Cylindrical-coordinate representation of color #766AFB: hue angle of 244.97º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766AFB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 106 | 251 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.02 |
| HSL | 244.97º | 0.95% | 0.7% | - |
| HSV(B) | 244.97º | 0.58% | 0.98% | - |
| XYZ | 30.04 | 21.12 | 93.76 | - |
| YUV | 126.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 251 | 0.53 | 0.58 | 0 | 0.02 | 244.97 | 0.95 | 0.7 |
| Hex | 76 | 6A | FB | 35 | 3A | 0 | 2 | F5 | 5F | 46 |
| Octal | 166 | 152 | 373 | 65 | 72 | 0 | 2 | 365 | 137 | 106 |
| Binary | 1110110 | 1101010 | 11111011 | 110101 | 111010 | 0 | 10 | 11110101 | 1011111 | 1000110 |
Color Harmonies of #766AFB
Complementary color
Monochromatic Colors of #766AFB
Black with #766AFB
Text Example
Text Example
White with #766AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AFB; }
p { color: rgb(118,106,251); }
H1.HeaderClassName
{
color: #766AFB;
}
.AnyTagClassName
{
color: #766AFB;
}
</style>
background-color css
<style>
a { background-color: #766AFB; }
a { background-color: rgb(118,106,251); }
div.DivClassName
{
background-color: #766AFB;
}
.BgClassName
{
background-color: #766AFB;
}
</style>
border-color css
<style>
span { border-color: #766AFB; }
span { border-color: rgb(118,106,251); }
td.TdClassName
{
border-color: #766AFB;
}
.TagClassName
{
border-color: #766AFB;
}
</style>