Shades of Medium Slate Blue #784CFC
Tints of Medium Slate Blue #784CFC
RGB
CMYK
RGB Variations
Color information
#784CFC (or 0x784CFC) is known color: Medium Slate Blue. HEX triplet: 78, 4C and FC. RGB value is (120,76,252). Sum of RGB (Red+Green+Blue) = 120+76+252=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #784CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784CFC is #87B303. Grayscale: #6C6C6C. Windows color (decimal): -8893188 or 16534648. OLE color: 16534648.
HSL color Cylindrical-coordinate representation of color #784CFC: hue angle of 255º 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 #784CFC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 76 | 252 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.64% | - |
| HSV(B) | 255º | 0.7% | 0.99% | - |
| XYZ | 27.9 | 16.19 | 93.75 | - |
| YUV | 109.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 252 | 0.52 | 0.70 | 0 | 0.01 | 255 | 0.97 | 0.64 |
| Hex | 78 | 4C | FC | 34 | 46 | 0 | 1 | FF | 61 | 40 |
| Octal | 170 | 114 | 374 | 64 | 106 | 0 | 1 | 377 | 141 | 100 |
| Binary | 1111000 | 1001100 | 11111100 | 110100 | 1000110 | 0 | 1 | 11111111 | 1100001 | 1000000 |
Color Harmonies of #784CFC
Complementary color
Monochromatic Colors of #784CFC
Black with #784CFC
Text Example
Text Example
White with #784CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CFC; }
p { color: rgb(120,76,252); }
H1.HeaderClassName
{
color: #784CFC;
}
.AnyTagClassName
{
color: #784CFC;
}
</style>
background-color css
<style>
a { background-color: #784CFC; }
a { background-color: rgb(120,76,252); }
div.DivClassName
{
background-color: #784CFC;
}
.BgClassName
{
background-color: #784CFC;
}
</style>
border-color css
<style>
span { border-color: #784CFC; }
span { border-color: rgb(120,76,252); }
td.TdClassName
{
border-color: #784CFC;
}
.TagClassName
{
border-color: #784CFC;
}
</style>