Shades of Medium Slate Blue #774BFC
Tints of Medium Slate Blue #774BFC
RGB
CMYK
RGB Variations
Color information
#774BFC (or 0x774BFC) is known color: Medium Slate Blue. HEX triplet: 77, 4B and FC. RGB value is (119,75,252). Sum of RGB (Red+Green+Blue) = 119+75+252=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #774BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BFC is #88B403. Grayscale: #6B6B6B. Windows color (decimal): -8958980 or 16534391. OLE color: 16534391.
HSL color Cylindrical-coordinate representation of color #774BFC: hue angle of 254.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774BFC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 75 | 252 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.01 |
| HSL | 254.92º | 0.97% | 0.64% | - |
| HSV(B) | 254.92º | 0.7% | 0.99% | - |
| XYZ | 27.69 | 15.98 | 93.72 | - |
| YUV | 108.33 | 209.08 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 252 | 0.53 | 0.70 | 0 | 0.01 | 254.92 | 0.97 | 0.64 |
| Hex | 77 | 4B | FC | 35 | 46 | 0 | 1 | FF | 61 | 40 |
| Octal | 167 | 113 | 374 | 65 | 106 | 0 | 1 | 377 | 141 | 100 |
| Binary | 1110111 | 1001011 | 11111100 | 110101 | 1000110 | 0 | 1 | 11111111 | 1100001 | 1000000 |
Color Harmonies of #774BFC
Complementary color
Monochromatic Colors of #774BFC
Black with #774BFC
Text Example
Text Example
White with #774BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BFC; }
p { color: rgb(119,75,252); }
H1.HeaderClassName
{
color: #774BFC;
}
.AnyTagClassName
{
color: #774BFC;
}
</style>
background-color css
<style>
a { background-color: #774BFC; }
a { background-color: rgb(119,75,252); }
div.DivClassName
{
background-color: #774BFC;
}
.BgClassName
{
background-color: #774BFC;
}
</style>
border-color css
<style>
span { border-color: #774BFC; }
span { border-color: rgb(119,75,252); }
td.TdClassName
{
border-color: #774BFC;
}
.TagClassName
{
border-color: #774BFC;
}
</style>