Shades of Slate Blue #774BC1
Tints of Slate Blue #774BC1
RGB
CMYK
RGB Variations
Color information
#774BC1 (or 0x774BC1) is known color: Slate Blue. HEX triplet: 77, 4B and C1. RGB value is (119,75,193). Sum of RGB (Red+Green+Blue) = 119+75+193=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #774BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BC1 is #88B43E. Grayscale: #656565. Windows color (decimal): -8959039 or 12667767. OLE color: 12667767.
HSL color Cylindrical-coordinate representation of color #774BC1: hue angle of 262.37º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774BC1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 75 | 193 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.24 |
| HSL | 262.37º | 0.49% | 0.53% | - |
| HSV(B) | 262.37º | 0.61% | 0.76% | - |
| XYZ | 19.75 | 12.8 | 51.88 | - |
| YUV | 101.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 193 | 0.38 | 0.61 | 0 | 0.24 | 262.37 | 0.49 | 0.53 |
| Hex | 77 | 4B | C1 | 26 | 3D | 0 | 18 | 106 | 31 | 35 |
| Octal | 167 | 113 | 301 | 46 | 75 | 0 | 30 | 406 | 61 | 65 |
| Binary | 1110111 | 1001011 | 11000001 | 100110 | 111101 | 0 | 11000 | 100000110 | 110001 | 110101 |
Color Harmonies of #774BC1
Complementary color
Monochromatic Colors of #774BC1
Black with #774BC1
Text Example
Text Example
White with #774BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BC1; }
p { color: rgb(119,75,193); }
H1.HeaderClassName
{
color: #774BC1;
}
.AnyTagClassName
{
color: #774BC1;
}
</style>
background-color css
<style>
a { background-color: #774BC1; }
a { background-color: rgb(119,75,193); }
div.DivClassName
{
background-color: #774BC1;
}
.BgClassName
{
background-color: #774BC1;
}
</style>
border-color css
<style>
span { border-color: #774BC1; }
span { border-color: rgb(119,75,193); }
td.TdClassName
{
border-color: #774BC1;
}
.TagClassName
{
border-color: #774BC1;
}
</style>