Shades of Slate Blue #774ACF
Tints of Slate Blue #774ACF
RGB
CMYK
RGB Variations
Color information
#774ACF (or 0x774ACF) is known color: Slate Blue. HEX triplet: 77, 4A and CF. RGB value is (119,74,207). Sum of RGB (Red+Green+Blue) = 119+74+207=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #774ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ACF is #88B530. Grayscale: #666666. Windows color (decimal): -8959281 or 13585015. OLE color: 13585015.
HSL color Cylindrical-coordinate representation of color #774ACF: hue angle of 260.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774ACF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 74 | 207 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.19 |
| HSL | 260.3º | 0.58% | 0.55% | - |
| HSV(B) | 260.3º | 0.64% | 0.81% | - |
| XYZ | 21.32 | 13.32 | 60.48 | - |
| YUV | 102.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 207 | 0.43 | 0.64 | 0 | 0.19 | 260.3 | 0.58 | 0.55 |
| Hex | 77 | 4A | CF | 2B | 40 | 0 | 13 | 104 | 3A | 37 |
| Octal | 167 | 112 | 317 | 53 | 100 | 0 | 23 | 404 | 72 | 67 |
| Binary | 1110111 | 1001010 | 11001111 | 101011 | 1000000 | 0 | 10011 | 100000100 | 111010 | 110111 |
Color Harmonies of #774ACF
Complementary color
Monochromatic Colors of #774ACF
Black with #774ACF
Text Example
Text Example
White with #774ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ACF; }
p { color: rgb(119,74,207); }
H1.HeaderClassName
{
color: #774ACF;
}
.AnyTagClassName
{
color: #774ACF;
}
</style>
background-color css
<style>
a { background-color: #774ACF; }
a { background-color: rgb(119,74,207); }
div.DivClassName
{
background-color: #774ACF;
}
.BgClassName
{
background-color: #774ACF;
}
</style>
border-color css
<style>
span { border-color: #774ACF; }
span { border-color: rgb(119,74,207); }
td.TdClassName
{
border-color: #774ACF;
}
.TagClassName
{
border-color: #774ACF;
}
</style>