Shades of Slate Blue #764AC1
Tints of Slate Blue #764AC1
RGB
CMYK
RGB Variations
Color information
#764AC1 (or 0x764AC1) is known color: Slate Blue. HEX triplet: 76, 4A and C1. RGB value is (118,74,193). Sum of RGB (Red+Green+Blue) = 118+74+193=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #764AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AC1 is #89B53E. Grayscale: #646464. Windows color (decimal): -9024831 or 12667510. OLE color: 12667510.
HSL color Cylindrical-coordinate representation of color #764AC1: hue angle of 262.18º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764AC1 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 74 | 193 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.24 |
| HSL | 262.18º | 0.49% | 0.52% | - |
| HSV(B) | 262.18º | 0.62% | 0.76% | - |
| XYZ | 19.55 | 12.6 | 51.85 | - |
| YUV | 100.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 193 | 0.39 | 0.62 | 0 | 0.24 | 262.18 | 0.49 | 0.52 |
| Hex | 76 | 4A | C1 | 27 | 3E | 0 | 18 | 106 | 31 | 34 |
| Octal | 166 | 112 | 301 | 47 | 76 | 0 | 30 | 406 | 61 | 64 |
| Binary | 1110110 | 1001010 | 11000001 | 100111 | 111110 | 0 | 11000 | 100000110 | 110001 | 110100 |
Color Harmonies of #764AC1
Complementary color
Monochromatic Colors of #764AC1
Black with #764AC1
Text Example
Text Example
White with #764AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AC1; }
p { color: rgb(118,74,193); }
H1.HeaderClassName
{
color: #764AC1;
}
.AnyTagClassName
{
color: #764AC1;
}
</style>
background-color css
<style>
a { background-color: #764AC1; }
a { background-color: rgb(118,74,193); }
div.DivClassName
{
background-color: #764AC1;
}
.BgClassName
{
background-color: #764AC1;
}
</style>
border-color css
<style>
span { border-color: #764AC1; }
span { border-color: rgb(118,74,193); }
td.TdClassName
{
border-color: #764AC1;
}
.TagClassName
{
border-color: #764AC1;
}
</style>