Shades of Medium Slate Blue #774CF8
Tints of Medium Slate Blue #774CF8
RGB
CMYK
RGB Variations
Color information
#774CF8 (or 0x774CF8) is known color: Medium Slate Blue. HEX triplet: 77, 4C and F8. RGB value is (119,76,248). Sum of RGB (Red+Green+Blue) = 119+76+248=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #774CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CF8 is #88B307. Grayscale: #6B6B6B. Windows color (decimal): -8958728 or 16272503. OLE color: 16272503.
HSL color Cylindrical-coordinate representation of color #774CF8: hue angle of 255º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774CF8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 76 | 248 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.03 |
| HSL | 255º | 0.92% | 0.64% | - |
| HSV(B) | 255º | 0.69% | 0.97% | - |
| XYZ | 27.14 | 15.87 | 90.44 | - |
| YUV | 108.47 | 206.75 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 248 | 0.52 | 0.69 | 0 | 0.03 | 255 | 0.92 | 0.64 |
| Hex | 77 | 4C | F8 | 34 | 45 | 0 | 3 | FF | 5C | 40 |
| Octal | 167 | 114 | 370 | 64 | 105 | 0 | 3 | 377 | 134 | 100 |
| Binary | 1110111 | 1001100 | 11111000 | 110100 | 1000101 | 0 | 11 | 11111111 | 1011100 | 1000000 |
Color Harmonies of #774CF8
Complementary color
Monochromatic Colors of #774CF8
Black with #774CF8
Text Example
Text Example
White with #774CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CF8; }
p { color: rgb(119,76,248); }
H1.HeaderClassName
{
color: #774CF8;
}
.AnyTagClassName
{
color: #774CF8;
}
</style>
background-color css
<style>
a { background-color: #774CF8; }
a { background-color: rgb(119,76,248); }
div.DivClassName
{
background-color: #774CF8;
}
.BgClassName
{
background-color: #774CF8;
}
</style>
border-color css
<style>
span { border-color: #774CF8; }
span { border-color: rgb(119,76,248); }
td.TdClassName
{
border-color: #774CF8;
}
.TagClassName
{
border-color: #774CF8;
}
</style>