Shades of Medium Slate Blue #764CFC
Tints of Medium Slate Blue #764CFC
RGB
CMYK
RGB Variations
Color information
#764CFC (or 0x764CFC) is known color: Medium Slate Blue. HEX triplet: 76, 4C and FC. RGB value is (118,76,252). Sum of RGB (Red+Green+Blue) = 118+76+252=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 76 (30.08% from 255 or 17.04% 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 #764CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CFC is #89B303. Grayscale: #6B6B6B. Windows color (decimal): -9024260 or 16534646. OLE color: 16534646.
HSL color Cylindrical-coordinate representation of color #764CFC: hue angle of 254.32º 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 #764CFC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 76 | 252 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.01 |
| HSL | 254.32º | 0.97% | 0.64% | - |
| HSV(B) | 254.32º | 0.7% | 0.99% | - |
| XYZ | 27.63 | 16.05 | 93.74 | - |
| YUV | 108.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 252 | 0.53 | 0.70 | 0 | 0.01 | 254.32 | 0.97 | 0.64 |
| Hex | 76 | 4C | FC | 35 | 46 | 0 | 1 | FE | 61 | 40 |
| Octal | 166 | 114 | 374 | 65 | 106 | 0 | 1 | 376 | 141 | 100 |
| Binary | 1110110 | 1001100 | 11111100 | 110101 | 1000110 | 0 | 1 | 11111110 | 1100001 | 1000000 |
Color Harmonies of #764CFC
Complementary color
Monochromatic Colors of #764CFC
Black with #764CFC
Text Example
Text Example
White with #764CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CFC; }
p { color: rgb(118,76,252); }
H1.HeaderClassName
{
color: #764CFC;
}
.AnyTagClassName
{
color: #764CFC;
}
</style>
background-color css
<style>
a { background-color: #764CFC; }
a { background-color: rgb(118,76,252); }
div.DivClassName
{
background-color: #764CFC;
}
.BgClassName
{
background-color: #764CFC;
}
</style>
border-color css
<style>
span { border-color: #764CFC; }
span { border-color: rgb(118,76,252); }
td.TdClassName
{
border-color: #764CFC;
}
.TagClassName
{
border-color: #764CFC;
}
</style>