Shades of Slate Blue #774FCE
Tints of Slate Blue #774FCE
RGB
CMYK
RGB Variations
Color information
#774FCE (or 0x774FCE) is known color: Slate Blue. HEX triplet: 77, 4F and CE. RGB value is (119,79,206). Sum of RGB (Red+Green+Blue) = 119+79+206=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #774FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FCE is #88B031. Grayscale: #686868. Windows color (decimal): -8958002 or 13520759. OLE color: 13520759.
HSL color Cylindrical-coordinate representation of color #774FCE: hue angle of 258.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774FCE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 79 | 206 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.19 |
| HSL | 258.9º | 0.56% | 0.56% | - |
| HSV(B) | 258.9º | 0.62% | 0.81% | - |
| XYZ | 21.54 | 13.97 | 59.95 | - |
| YUV | 105.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 206 | 0.42 | 0.62 | 0 | 0.19 | 258.9 | 0.56 | 0.56 |
| Hex | 77 | 4F | CE | 2A | 3E | 0 | 13 | 103 | 38 | 38 |
| Octal | 167 | 117 | 316 | 52 | 76 | 0 | 23 | 403 | 70 | 70 |
| Binary | 1110111 | 1001111 | 11001110 | 101010 | 111110 | 0 | 10011 | 100000011 | 111000 | 111000 |
Color Harmonies of #774FCE
Complementary color
Monochromatic Colors of #774FCE
Black with #774FCE
Text Example
Text Example
White with #774FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FCE; }
p { color: rgb(119,79,206); }
H1.HeaderClassName
{
color: #774FCE;
}
.AnyTagClassName
{
color: #774FCE;
}
</style>
background-color css
<style>
a { background-color: #774FCE; }
a { background-color: rgb(119,79,206); }
div.DivClassName
{
background-color: #774FCE;
}
.BgClassName
{
background-color: #774FCE;
}
</style>
border-color css
<style>
span { border-color: #774FCE; }
span { border-color: rgb(119,79,206); }
td.TdClassName
{
border-color: #774FCE;
}
.TagClassName
{
border-color: #774FCE;
}
</style>