Shades of Slate Blue #764FC1
Tints of Slate Blue #764FC1
RGB
CMYK
RGB Variations
Color information
#764FC1 (or 0x764FC1) is known color: Slate Blue. HEX triplet: 76, 4F and C1. RGB value is (118,79,193). Sum of RGB (Red+Green+Blue) = 118+79+193=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #764FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FC1 is #89B03E. Grayscale: #676767. Windows color (decimal): -9023551 or 12668790. OLE color: 12668790.
HSL color Cylindrical-coordinate representation of color #764FC1: hue angle of 260.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764FC1 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 79 | 193 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.24 |
| HSL | 260.53º | 0.48% | 0.53% | - |
| HSV(B) | 260.53º | 0.59% | 0.76% | - |
| XYZ | 19.89 | 13.29 | 51.97 | - |
| YUV | 103.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 193 | 0.39 | 0.59 | 0 | 0.24 | 260.53 | 0.48 | 0.53 |
| Hex | 76 | 4F | C1 | 27 | 3B | 0 | 18 | 105 | 30 | 35 |
| Octal | 166 | 117 | 301 | 47 | 73 | 0 | 30 | 405 | 60 | 65 |
| Binary | 1110110 | 1001111 | 11000001 | 100111 | 111011 | 0 | 11000 | 100000101 | 110000 | 110101 |
Color Harmonies of #764FC1
Complementary color
Monochromatic Colors of #764FC1
Black with #764FC1
Text Example
Text Example
White with #764FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FC1; }
p { color: rgb(118,79,193); }
H1.HeaderClassName
{
color: #764FC1;
}
.AnyTagClassName
{
color: #764FC1;
}
</style>
background-color css
<style>
a { background-color: #764FC1; }
a { background-color: rgb(118,79,193); }
div.DivClassName
{
background-color: #764FC1;
}
.BgClassName
{
background-color: #764FC1;
}
</style>
border-color css
<style>
span { border-color: #764FC1; }
span { border-color: rgb(118,79,193); }
td.TdClassName
{
border-color: #764FC1;
}
.TagClassName
{
border-color: #764FC1;
}
</style>