Shades of Medium Slate Blue #764FFB
Tints of Medium Slate Blue #764FFB
RGB
CMYK
RGB Variations
Color information
#764FFB (or 0x764FFB) is known color: Medium Slate Blue. HEX triplet: 76, 4F and FB. RGB value is (118,79,251). Sum of RGB (Red+Green+Blue) = 118+79+251=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #764FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FFB is #89B004. Grayscale: #6D6D6D. Windows color (decimal): -9023493 or 16469878. OLE color: 16469878.
HSL color Cylindrical-coordinate representation of color #764FFB: hue angle of 253.6º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764FFB is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 79 | 251 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.02 |
| HSL | 253.6º | 0.96% | 0.65% | - |
| HSV(B) | 253.6º | 0.69% | 0.98% | - |
| XYZ | 27.68 | 16.41 | 92.98 | - |
| YUV | 110.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 251 | 0.53 | 0.69 | 0 | 0.02 | 253.6 | 0.96 | 0.65 |
| Hex | 76 | 4F | FB | 35 | 45 | 0 | 2 | FE | 60 | 41 |
| Octal | 166 | 117 | 373 | 65 | 105 | 0 | 2 | 376 | 140 | 101 |
| Binary | 1110110 | 1001111 | 11111011 | 110101 | 1000101 | 0 | 10 | 11111110 | 1100000 | 1000001 |
Color Harmonies of #764FFB
Complementary color
Monochromatic Colors of #764FFB
Black with #764FFB
Text Example
Text Example
White with #764FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FFB; }
p { color: rgb(118,79,251); }
H1.HeaderClassName
{
color: #764FFB;
}
.AnyTagClassName
{
color: #764FFB;
}
</style>
background-color css
<style>
a { background-color: #764FFB; }
a { background-color: rgb(118,79,251); }
div.DivClassName
{
background-color: #764FFB;
}
.BgClassName
{
background-color: #764FFB;
}
</style>
border-color css
<style>
span { border-color: #764FFB; }
span { border-color: rgb(118,79,251); }
td.TdClassName
{
border-color: #764FFB;
}
.TagClassName
{
border-color: #764FFB;
}
</style>