Shades of Slate Blue #766CD7
Tints of Slate Blue #766CD7
RGB
CMYK
RGB Variations
Color information
#766CD7 (or 0x766CD7) is known color: Slate Blue. HEX triplet: 76, 6C and D7. RGB value is (118,108,215). Sum of RGB (Red+Green+Blue) = 118+108+215=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #766CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD7 is #899328. Grayscale: #7A7A7A. Windows color (decimal): -9016105 or 14118006. OLE color: 14118006.
HSL color Cylindrical-coordinate representation of color #766CD7: hue angle of 245.61º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CD7 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 108 | 215 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.16 |
| HSL | 245.61º | 0.57% | 0.63% | - |
| HSV(B) | 245.61º | 0.5% | 0.84% | - |
| XYZ | 25.1 | 19.48 | 66.73 | - |
| YUV | 123.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 215 | 0.45 | 0.50 | 0 | 0.16 | 245.61 | 0.57 | 0.63 |
| Hex | 76 | 6C | D7 | 2D | 32 | 0 | 10 | F6 | 39 | 3F |
| Octal | 166 | 154 | 327 | 55 | 62 | 0 | 20 | 366 | 71 | 77 |
| Binary | 1110110 | 1101100 | 11010111 | 101101 | 110010 | 0 | 10000 | 11110110 | 111001 | 111111 |
Color Harmonies of #766CD7
Complementary color
Monochromatic Colors of #766CD7
Black with #766CD7
Text Example
Text Example
White with #766CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CD7; }
p { color: rgb(118,108,215); }
H1.HeaderClassName
{
color: #766CD7;
}
.AnyTagClassName
{
color: #766CD7;
}
</style>
background-color css
<style>
a { background-color: #766CD7; }
a { background-color: rgb(118,108,215); }
div.DivClassName
{
background-color: #766CD7;
}
.BgClassName
{
background-color: #766CD7;
}
</style>
border-color css
<style>
span { border-color: #766CD7; }
span { border-color: rgb(118,108,215); }
td.TdClassName
{
border-color: #766CD7;
}
.TagClassName
{
border-color: #766CD7;
}
</style>