Shades of Slate Blue #774CCD
Tints of Slate Blue #774CCD
RGB
CMYK
RGB Variations
Color information
#774CCD (or 0x774CCD) is known color: Slate Blue. HEX triplet: 77, 4C and CD. RGB value is (119,76,205). Sum of RGB (Red+Green+Blue) = 119+76+205=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #774CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CCD is #88B332. Grayscale: #676767. Windows color (decimal): -8958771 or 13454455. OLE color: 13454455.
HSL color Cylindrical-coordinate representation of color #774CCD: hue angle of 260º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #774CCD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 76 | 205 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.20 |
| HSL | 260º | 0.56% | 0.55% | - |
| HSV(B) | 260º | 0.63% | 0.8% | - |
| XYZ | 21.21 | 13.5 | 59.25 | - |
| YUV | 103.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 205 | 0.42 | 0.63 | 0 | 0.20 | 260 | 0.56 | 0.55 |
| Hex | 77 | 4C | CD | 2A | 3F | 0 | 14 | 104 | 38 | 37 |
| Octal | 167 | 114 | 315 | 52 | 77 | 0 | 24 | 404 | 70 | 67 |
| Binary | 1110111 | 1001100 | 11001101 | 101010 | 111111 | 0 | 10100 | 100000100 | 111000 | 110111 |
Color Harmonies of #774CCD
Complementary color
Monochromatic Colors of #774CCD
Black with #774CCD
Text Example
Text Example
White with #774CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CCD; }
p { color: rgb(119,76,205); }
H1.HeaderClassName
{
color: #774CCD;
}
.AnyTagClassName
{
color: #774CCD;
}
</style>
background-color css
<style>
a { background-color: #774CCD; }
a { background-color: rgb(119,76,205); }
div.DivClassName
{
background-color: #774CCD;
}
.BgClassName
{
background-color: #774CCD;
}
</style>
border-color css
<style>
span { border-color: #774CCD; }
span { border-color: rgb(119,76,205); }
td.TdClassName
{
border-color: #774CCD;
}
.TagClassName
{
border-color: #774CCD;
}
</style>