Shades of Medium Slate Blue #764BED
Tints of Medium Slate Blue #764BED
RGB
CMYK
RGB Variations
Color information
#764BED (or 0x764BED) is known color: Medium Slate Blue. HEX triplet: 76, 4B and ED. RGB value is (118,75,237). Sum of RGB (Red+Green+Blue) = 118+75+237=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #764BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BED is #89B412. Grayscale: #696969. Windows color (decimal): -9024531 or 15551350. OLE color: 15551350.
HSL color Cylindrical-coordinate representation of color #764BED: hue angle of 255.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #764BED is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 75 | 237 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 255.93º | 0.82% | 0.61% | - |
| HSV(B) | 255.93º | 0.68% | 0.93% | - |
| XYZ | 25.27 | 15 | 81.68 | - |
| YUV | 106.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 237 | 0.50 | 0.68 | 0 | 0.07 | 255.93 | 0.82 | 0.61 |
| Hex | 76 | 4B | ED | 32 | 44 | 0 | 7 | 100 | 52 | 3D |
| Octal | 166 | 113 | 355 | 62 | 104 | 0 | 7 | 400 | 122 | 75 |
| Binary | 1110110 | 1001011 | 11101101 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010010 | 111101 |
Color Harmonies of #764BED
Complementary color
Monochromatic Colors of #764BED
Black with #764BED
Text Example
Text Example
White with #764BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BED; }
p { color: rgb(118,75,237); }
H1.HeaderClassName
{
color: #764BED;
}
.AnyTagClassName
{
color: #764BED;
}
</style>
background-color css
<style>
a { background-color: #764BED; }
a { background-color: rgb(118,75,237); }
div.DivClassName
{
background-color: #764BED;
}
.BgClassName
{
background-color: #764BED;
}
</style>
border-color css
<style>
span { border-color: #764BED; }
span { border-color: rgb(118,75,237); }
td.TdClassName
{
border-color: #764BED;
}
.TagClassName
{
border-color: #764BED;
}
</style>