Shades of Slate Blue #7463C5
Tints of Slate Blue #7463C5
RGB
CMYK
RGB Variations
Color information
#7463C5 (or 0x7463C5) is known color: Slate Blue. HEX triplet: 74, 63 and C5. RGB value is (116,99,197). Sum of RGB (Red+Green+Blue) = 116+99+197=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #7463C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463C5 is #8B9C3A. Grayscale: #727272. Windows color (decimal): -9149499 or 12936052. OLE color: 12936052.
HSL color Cylindrical-coordinate representation of color #7463C5: hue angle of 250.41º 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 #7463C5 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 99 | 197 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.23 |
| HSL | 250.41º | 0.46% | 0.58% | - |
| HSV(B) | 250.41º | 0.5% | 0.77% | - |
| XYZ | 21.74 | 16.67 | 54.89 | - |
| YUV | 115.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 197 | 0.41 | 0.50 | 0 | 0.23 | 250.41 | 0.46 | 0.58 |
| Hex | 74 | 63 | C5 | 29 | 32 | 0 | 17 | FA | 2E | 3A |
| Octal | 164 | 143 | 305 | 51 | 62 | 0 | 27 | 372 | 56 | 72 |
| Binary | 1110100 | 1100011 | 11000101 | 101001 | 110010 | 0 | 10111 | 11111010 | 101110 | 111010 |
Color Harmonies of #7463C5
Complementary color
Monochromatic Colors of #7463C5
Black with #7463C5
Text Example
Text Example
White with #7463C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463C5; }
p { color: rgb(116,99,197); }
H1.HeaderClassName
{
color: #7463C5;
}
.AnyTagClassName
{
color: #7463C5;
}
</style>
background-color css
<style>
a { background-color: #7463C5; }
a { background-color: rgb(116,99,197); }
div.DivClassName
{
background-color: #7463C5;
}
.BgClassName
{
background-color: #7463C5;
}
</style>
border-color css
<style>
span { border-color: #7463C5; }
span { border-color: rgb(116,99,197); }
td.TdClassName
{
border-color: #7463C5;
}
.TagClassName
{
border-color: #7463C5;
}
</style>