Shades of Medium Slate Blue #774CFB
Tints of Medium Slate Blue #774CFB
RGB
CMYK
RGB Variations
Color information
#774CFB (or 0x774CFB) is known color: Medium Slate Blue. HEX triplet: 77, 4C and FB. RGB value is (119,76,251). Sum of RGB (Red+Green+Blue) = 119+76+251=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #774CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CFB is #88B304. Grayscale: #6C6C6C. Windows color (decimal): -8958725 or 16469111. OLE color: 16469111.
HSL color Cylindrical-coordinate representation of color #774CFB: hue angle of 254.74º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774CFB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 76 | 251 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.02 |
| HSL | 254.74º | 0.96% | 0.64% | - |
| HSV(B) | 254.74º | 0.7% | 0.98% | - |
| XYZ | 27.6 | 16.06 | 92.91 | - |
| YUV | 108.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 251 | 0.53 | 0.70 | 0 | 0.02 | 254.74 | 0.96 | 0.64 |
| Hex | 77 | 4C | FB | 35 | 46 | 0 | 2 | FF | 60 | 40 |
| Octal | 167 | 114 | 373 | 65 | 106 | 0 | 2 | 377 | 140 | 100 |
| Binary | 1110111 | 1001100 | 11111011 | 110101 | 1000110 | 0 | 10 | 11111111 | 1100000 | 1000000 |
Color Harmonies of #774CFB
Complementary color
Monochromatic Colors of #774CFB
Black with #774CFB
Text Example
Text Example
White with #774CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CFB; }
p { color: rgb(119,76,251); }
H1.HeaderClassName
{
color: #774CFB;
}
.AnyTagClassName
{
color: #774CFB;
}
</style>
background-color css
<style>
a { background-color: #774CFB; }
a { background-color: rgb(119,76,251); }
div.DivClassName
{
background-color: #774CFB;
}
.BgClassName
{
background-color: #774CFB;
}
</style>
border-color css
<style>
span { border-color: #774CFB; }
span { border-color: rgb(119,76,251); }
td.TdClassName
{
border-color: #774CFB;
}
.TagClassName
{
border-color: #774CFB;
}
</style>