Shades of Slate Blue #774DCF
Tints of Slate Blue #774DCF
RGB
CMYK
RGB Variations
Color information
#774DCF (or 0x774DCF) is known color: Slate Blue. HEX triplet: 77, 4D and CF. RGB value is (119,77,207). Sum of RGB (Red+Green+Blue) = 119+77+207=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #774DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DCF is #88B230. Grayscale: #676767. Windows color (decimal): -8958513 or 13585783. OLE color: 13585783.
HSL color Cylindrical-coordinate representation of color #774DCF: hue angle of 259.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #774DCF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 77 | 207 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.19 |
| HSL | 259.38º | 0.58% | 0.56% | - |
| HSV(B) | 259.38º | 0.63% | 0.81% | - |
| XYZ | 21.52 | 13.73 | 60.55 | - |
| YUV | 104.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 207 | 0.43 | 0.63 | 0 | 0.19 | 259.38 | 0.58 | 0.56 |
| Hex | 77 | 4D | CF | 2B | 3F | 0 | 13 | 103 | 3A | 38 |
| Octal | 167 | 115 | 317 | 53 | 77 | 0 | 23 | 403 | 72 | 70 |
| Binary | 1110111 | 1001101 | 11001111 | 101011 | 111111 | 0 | 10011 | 100000011 | 111010 | 111000 |
Color Harmonies of #774DCF
Complementary color
Monochromatic Colors of #774DCF
Black with #774DCF
Text Example
Text Example
White with #774DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DCF; }
p { color: rgb(119,77,207); }
H1.HeaderClassName
{
color: #774DCF;
}
.AnyTagClassName
{
color: #774DCF;
}
</style>
background-color css
<style>
a { background-color: #774DCF; }
a { background-color: rgb(119,77,207); }
div.DivClassName
{
background-color: #774DCF;
}
.BgClassName
{
background-color: #774DCF;
}
</style>
border-color css
<style>
span { border-color: #774DCF; }
span { border-color: rgb(119,77,207); }
td.TdClassName
{
border-color: #774DCF;
}
.TagClassName
{
border-color: #774DCF;
}
</style>