Shades of Slate Blue #766AD3
Tints of Slate Blue #766AD3
RGB
CMYK
RGB Variations
Color information
#766AD3 (or 0x766AD3) is known color: Slate Blue. HEX triplet: 76, 6A and D3. RGB value is (118,106,211). Sum of RGB (Red+Green+Blue) = 118+106+211=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #766AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AD3 is #89952C. Grayscale: #797979. Windows color (decimal): -9016621 or 13855350. OLE color: 13855350.
HSL color Cylindrical-coordinate representation of color #766AD3: hue angle of 246.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766AD3 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 106 | 211 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.17 |
| HSL | 246.86º | 0.54% | 0.62% | - |
| HSV(B) | 246.86º | 0.5% | 0.83% | - |
| XYZ | 24.38 | 18.86 | 63.98 | - |
| YUV | 121.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 211 | 0.44 | 0.50 | 0 | 0.17 | 246.86 | 0.54 | 0.62 |
| Hex | 76 | 6A | D3 | 2C | 32 | 0 | 11 | F7 | 36 | 3E |
| Octal | 166 | 152 | 323 | 54 | 62 | 0 | 21 | 367 | 66 | 76 |
| Binary | 1110110 | 1101010 | 11010011 | 101100 | 110010 | 0 | 10001 | 11110111 | 110110 | 111110 |
Color Harmonies of #766AD3
Complementary color
Monochromatic Colors of #766AD3
Black with #766AD3
Text Example
Text Example
White with #766AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AD3; }
p { color: rgb(118,106,211); }
H1.HeaderClassName
{
color: #766AD3;
}
.AnyTagClassName
{
color: #766AD3;
}
</style>
background-color css
<style>
a { background-color: #766AD3; }
a { background-color: rgb(118,106,211); }
div.DivClassName
{
background-color: #766AD3;
}
.BgClassName
{
background-color: #766AD3;
}
</style>
border-color css
<style>
span { border-color: #766AD3; }
span { border-color: rgb(118,106,211); }
td.TdClassName
{
border-color: #766AD3;
}
.TagClassName
{
border-color: #766AD3;
}
</style>