Shades of Slate Blue #7661C6
Tints of Slate Blue #7661C6
RGB
CMYK
RGB Variations
Color information
#7661C6 (or 0x7661C6) is known color: Slate Blue. HEX triplet: 76, 61 and C6. RGB value is (118,97,198). Sum of RGB (Red+Green+Blue) = 118+97+198=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #7661C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661C6 is #899E39. Grayscale: #727272. Windows color (decimal): -9018938 or 13001078. OLE color: 13001078.
HSL color Cylindrical-coordinate representation of color #7661C6: hue angle of 252.48º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7661C6 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 97 | 198 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.22 |
| HSL | 252.48º | 0.47% | 0.58% | - |
| HSV(B) | 252.48º | 0.51% | 0.78% | - |
| XYZ | 21.94 | 16.48 | 55.45 | - |
| YUV | 114.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 198 | 0.40 | 0.51 | 0 | 0.22 | 252.48 | 0.47 | 0.58 |
| Hex | 76 | 61 | C6 | 28 | 33 | 0 | 16 | FC | 2F | 3A |
| Octal | 166 | 141 | 306 | 50 | 63 | 0 | 26 | 374 | 57 | 72 |
| Binary | 1110110 | 1100001 | 11000110 | 101000 | 110011 | 0 | 10110 | 11111100 | 101111 | 111010 |
Color Harmonies of #7661C6
Complementary color
Monochromatic Colors of #7661C6
Black with #7661C6
Text Example
Text Example
White with #7661C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7661C6; }
p { color: rgb(118,97,198); }
H1.HeaderClassName
{
color: #7661C6;
}
.AnyTagClassName
{
color: #7661C6;
}
</style>
background-color css
<style>
a { background-color: #7661C6; }
a { background-color: rgb(118,97,198); }
div.DivClassName
{
background-color: #7661C6;
}
.BgClassName
{
background-color: #7661C6;
}
</style>
border-color css
<style>
span { border-color: #7661C6; }
span { border-color: rgb(118,97,198); }
td.TdClassName
{
border-color: #7661C6;
}
.TagClassName
{
border-color: #7661C6;
}
</style>