Shades of Slate Blue #7663C5
Tints of Slate Blue #7663C5
RGB
CMYK
RGB Variations
Color information
#7663C5 (or 0x7663C5) is known color: Slate Blue. HEX triplet: 76, 63 and C5. RGB value is (118,99,197). Sum of RGB (Red+Green+Blue) = 118+99+197=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #7663C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663C5 is #899C3A. Grayscale: #737373. Windows color (decimal): -9018427 or 12936054. OLE color: 12936054.
HSL color Cylindrical-coordinate representation of color #7663C5: hue angle of 251.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7663C5 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 99 | 197 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.23 |
| HSL | 251.63º | 0.46% | 0.58% | - |
| HSV(B) | 251.63º | 0.5% | 0.77% | - |
| XYZ | 22.01 | 16.81 | 54.91 | - |
| YUV | 115.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 197 | 0.40 | 0.50 | 0 | 0.23 | 251.63 | 0.46 | 0.58 |
| Hex | 76 | 63 | C5 | 28 | 32 | 0 | 17 | FC | 2E | 3A |
| Octal | 166 | 143 | 305 | 50 | 62 | 0 | 27 | 374 | 56 | 72 |
| Binary | 1110110 | 1100011 | 11000101 | 101000 | 110010 | 0 | 10111 | 11111100 | 101110 | 111010 |
Color Harmonies of #7663C5
Complementary color
Monochromatic Colors of #7663C5
Black with #7663C5
Text Example
Text Example
White with #7663C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663C5; }
p { color: rgb(118,99,197); }
H1.HeaderClassName
{
color: #7663C5;
}
.AnyTagClassName
{
color: #7663C5;
}
</style>
background-color css
<style>
a { background-color: #7663C5; }
a { background-color: rgb(118,99,197); }
div.DivClassName
{
background-color: #7663C5;
}
.BgClassName
{
background-color: #7663C5;
}
</style>
border-color css
<style>
span { border-color: #7663C5; }
span { border-color: rgb(118,99,197); }
td.TdClassName
{
border-color: #7663C5;
}
.TagClassName
{
border-color: #7663C5;
}
</style>