Shades of Medium Slate Blue #764BFE
Tints of Medium Slate Blue #764BFE
RGB
CMYK
RGB Variations
Color information
#764BFE (or 0x764BFE) is known color: Medium Slate Blue. HEX triplet: 76, 4B and FE. RGB value is (118,75,254). Sum of RGB (Red+Green+Blue) = 118+75+254=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #764BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BFE is #89B401. Grayscale: #6B6B6B. Windows color (decimal): -9024514 or 16665462. OLE color: 16665462.
HSL color Cylindrical-coordinate representation of color #764BFE: hue angle of 254.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764BFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 75 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 254.41º | 0.99% | 0.65% | - |
| HSV(B) | 254.41º | 0.7% | 1% | - |
| XYZ | 27.88 | 16.04 | 95.39 | - |
| YUV | 108.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 254 | 0.54 | 0.70 | 0 | 0.00 | 254.41 | 0.99 | 0.65 |
| Hex | 76 | 4B | FE | 36 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 166 | 113 | 376 | 66 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110110 | 1001011 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #764BFE
Complementary color
Monochromatic Colors of #764BFE
Black with #764BFE
Text Example
Text Example
White with #764BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BFE; }
p { color: rgb(118,75,254); }
H1.HeaderClassName
{
color: #764BFE;
}
.AnyTagClassName
{
color: #764BFE;
}
</style>
background-color css
<style>
a { background-color: #764BFE; }
a { background-color: rgb(118,75,254); }
div.DivClassName
{
background-color: #764BFE;
}
.BgClassName
{
background-color: #764BFE;
}
</style>
border-color css
<style>
span { border-color: #764BFE; }
span { border-color: rgb(118,75,254); }
td.TdClassName
{
border-color: #764BFE;
}
.TagClassName
{
border-color: #764BFE;
}
</style>