Shades of Slate Blue #764FC4
Tints of Slate Blue #764FC4
RGB
CMYK
RGB Variations
Color information
#764FC4 (or 0x764FC4) is known color: Slate Blue. HEX triplet: 76, 4F and C4. RGB value is (118,79,196). Sum of RGB (Red+Green+Blue) = 118+79+196=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #764FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FC4 is #89B03B. Grayscale: #676767. Windows color (decimal): -9023548 or 12865398. OLE color: 12865398.
HSL color Cylindrical-coordinate representation of color #764FC4: hue angle of 260º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764FC4 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 79 | 196 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.23 |
| HSL | 260º | 0.5% | 0.54% | - |
| HSV(B) | 260º | 0.6% | 0.77% | - |
| XYZ | 20.23 | 13.43 | 53.75 | - |
| YUV | 104 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 196 | 0.40 | 0.60 | 0 | 0.23 | 260 | 0.5 | 0.54 |
| Hex | 76 | 4F | C4 | 28 | 3C | 0 | 17 | 104 | 32 | 36 |
| Octal | 166 | 117 | 304 | 50 | 74 | 0 | 27 | 404 | 62 | 66 |
| Binary | 1110110 | 1001111 | 11000100 | 101000 | 111100 | 0 | 10111 | 100000100 | 110010 | 110110 |
Color Harmonies of #764FC4
Complementary color
Monochromatic Colors of #764FC4
Black with #764FC4
Text Example
Text Example
White with #764FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FC4; }
p { color: rgb(118,79,196); }
H1.HeaderClassName
{
color: #764FC4;
}
.AnyTagClassName
{
color: #764FC4;
}
</style>
background-color css
<style>
a { background-color: #764FC4; }
a { background-color: rgb(118,79,196); }
div.DivClassName
{
background-color: #764FC4;
}
.BgClassName
{
background-color: #764FC4;
}
</style>
border-color css
<style>
span { border-color: #764FC4; }
span { border-color: rgb(118,79,196); }
td.TdClassName
{
border-color: #764FC4;
}
.TagClassName
{
border-color: #764FC4;
}
</style>