Shades of Slate Blue #774ECB
Tints of Slate Blue #774ECB
RGB
CMYK
RGB Variations
Color information
#774ECB (or 0x774ECB) is known color: Slate Blue. HEX triplet: 77, 4E and CB. RGB value is (119,78,203). Sum of RGB (Red+Green+Blue) = 119+78+203=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #774ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECB is #88B134. Grayscale: #686868. Windows color (decimal): -8958261 or 13323895. OLE color: 13323895.
HSL color Cylindrical-coordinate representation of color #774ECB: hue angle of 259.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774ECB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 78 | 203 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.20 |
| HSL | 259.68º | 0.55% | 0.55% | - |
| HSV(B) | 259.68º | 0.62% | 0.8% | - |
| XYZ | 21.11 | 13.68 | 58.03 | - |
| YUV | 104.51 | 183.58 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 203 | 0.41 | 0.62 | 0 | 0.20 | 259.68 | 0.55 | 0.55 |
| Hex | 77 | 4E | CB | 29 | 3E | 0 | 14 | 104 | 37 | 37 |
| Octal | 167 | 116 | 313 | 51 | 76 | 0 | 24 | 404 | 67 | 67 |
| Binary | 1110111 | 1001110 | 11001011 | 101001 | 111110 | 0 | 10100 | 100000100 | 110111 | 110111 |
Color Harmonies of #774ECB
Complementary color
Monochromatic Colors of #774ECB
Black with #774ECB
Text Example
Text Example
White with #774ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ECB; }
p { color: rgb(119,78,203); }
H1.HeaderClassName
{
color: #774ECB;
}
.AnyTagClassName
{
color: #774ECB;
}
</style>
background-color css
<style>
a { background-color: #774ECB; }
a { background-color: rgb(119,78,203); }
div.DivClassName
{
background-color: #774ECB;
}
.BgClassName
{
background-color: #774ECB;
}
</style>
border-color css
<style>
span { border-color: #774ECB; }
span { border-color: rgb(119,78,203); }
td.TdClassName
{
border-color: #774ECB;
}
.TagClassName
{
border-color: #774ECB;
}
</style>