Shades of Slate Blue #774CC1
Tints of Slate Blue #774CC1
RGB
CMYK
RGB Variations
Color information
#774CC1 (or 0x774CC1) is known color: Slate Blue. HEX triplet: 77, 4C and C1. RGB value is (119,76,193). Sum of RGB (Red+Green+Blue) = 119+76+193=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #774CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CC1 is #88B33E. Grayscale: #656565. Windows color (decimal): -8958783 or 12668023. OLE color: 12668023.
HSL color Cylindrical-coordinate representation of color #774CC1: hue angle of 262.05º 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 #774CC1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 76 | 193 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.24 |
| HSL | 262.05º | 0.49% | 0.53% | - |
| HSV(B) | 262.05º | 0.61% | 0.76% | - |
| XYZ | 19.82 | 12.94 | 51.91 | - |
| YUV | 102.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 193 | 0.38 | 0.61 | 0 | 0.24 | 262.05 | 0.49 | 0.53 |
| Hex | 77 | 4C | C1 | 26 | 3D | 0 | 18 | 106 | 31 | 35 |
| Octal | 167 | 114 | 301 | 46 | 75 | 0 | 30 | 406 | 61 | 65 |
| Binary | 1110111 | 1001100 | 11000001 | 100110 | 111101 | 0 | 11000 | 100000110 | 110001 | 110101 |
Color Harmonies of #774CC1
Complementary color
Monochromatic Colors of #774CC1
Black with #774CC1
Text Example
Text Example
White with #774CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CC1; }
p { color: rgb(119,76,193); }
H1.HeaderClassName
{
color: #774CC1;
}
.AnyTagClassName
{
color: #774CC1;
}
</style>
background-color css
<style>
a { background-color: #774CC1; }
a { background-color: rgb(119,76,193); }
div.DivClassName
{
background-color: #774CC1;
}
.BgClassName
{
background-color: #774CC1;
}
</style>
border-color css
<style>
span { border-color: #774CC1; }
span { border-color: rgb(119,76,193); }
td.TdClassName
{
border-color: #774CC1;
}
.TagClassName
{
border-color: #774CC1;
}
</style>