Shades of Medium Slate Blue #764BFD
Tints of Medium Slate Blue #764BFD
RGB
CMYK
RGB Variations
Color information
#764BFD (or 0x764BFD) is known color: Medium Slate Blue. HEX triplet: 76, 4B and FD. RGB value is (118,75,253). Sum of RGB (Red+Green+Blue) = 118+75+253=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #764BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BFD is #89B402. Grayscale: #6B6B6B. Windows color (decimal): -9024515 or 16599926. OLE color: 16599926.
HSL color Cylindrical-coordinate representation of color #764BFD: hue angle of 254.49º degrees, saturation: 0.98, 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 #764BFD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 75 | 253 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.01 |
| HSL | 254.49º | 0.98% | 0.64% | - |
| HSV(B) | 254.49º | 0.7% | 0.99% | - |
| XYZ | 27.72 | 15.98 | 94.55 | - |
| YUV | 108.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 253 | 0.53 | 0.70 | 0 | 0.01 | 254.49 | 0.98 | 0.64 |
| Hex | 76 | 4B | FD | 35 | 46 | 0 | 1 | FE | 62 | 40 |
| Octal | 166 | 113 | 375 | 65 | 106 | 0 | 1 | 376 | 142 | 100 |
| Binary | 1110110 | 1001011 | 11111101 | 110101 | 1000110 | 0 | 1 | 11111110 | 1100010 | 1000000 |
Color Harmonies of #764BFD
Complementary color
Monochromatic Colors of #764BFD
Black with #764BFD
Text Example
Text Example
White with #764BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BFD; }
p { color: rgb(118,75,253); }
H1.HeaderClassName
{
color: #764BFD;
}
.AnyTagClassName
{
color: #764BFD;
}
</style>
background-color css
<style>
a { background-color: #764BFD; }
a { background-color: rgb(118,75,253); }
div.DivClassName
{
background-color: #764BFD;
}
.BgClassName
{
background-color: #764BFD;
}
</style>
border-color css
<style>
span { border-color: #764BFD; }
span { border-color: rgb(118,75,253); }
td.TdClassName
{
border-color: #764BFD;
}
.TagClassName
{
border-color: #764BFD;
}
</style>