Shades of Medium Slate Blue #765BF1
Tints of Medium Slate Blue #765BF1
RGB
CMYK
RGB Variations
Color information
#765BF1 (or 0x765BF1) is known color: Medium Slate Blue. HEX triplet: 76, 5B and F1. RGB value is (118,91,241). Sum of RGB (Red+Green+Blue) = 118+91+241=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #765BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BF1 is #89A40E. Grayscale: #737373. Windows color (decimal): -9020431 or 15817590. OLE color: 15817590.
HSL color Cylindrical-coordinate representation of color #765BF1: hue angle of 250.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765BF1 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 91 | 241 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.05 |
| HSL | 250.8º | 0.84% | 0.65% | - |
| HSV(B) | 250.8º | 0.62% | 0.95% | - |
| XYZ | 27.09 | 17.68 | 85.2 | - |
| YUV | 116.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 241 | 0.51 | 0.62 | 0 | 0.05 | 250.8 | 0.84 | 0.65 |
| Hex | 76 | 5B | F1 | 33 | 3E | 0 | 5 | FB | 54 | 41 |
| Octal | 166 | 133 | 361 | 63 | 76 | 0 | 5 | 373 | 124 | 101 |
| Binary | 1110110 | 1011011 | 11110001 | 110011 | 111110 | 0 | 101 | 11111011 | 1010100 | 1000001 |
Color Harmonies of #765BF1
Complementary color
Monochromatic Colors of #765BF1
Black with #765BF1
Text Example
Text Example
White with #765BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BF1; }
p { color: rgb(118,91,241); }
H1.HeaderClassName
{
color: #765BF1;
}
.AnyTagClassName
{
color: #765BF1;
}
</style>
background-color css
<style>
a { background-color: #765BF1; }
a { background-color: rgb(118,91,241); }
div.DivClassName
{
background-color: #765BF1;
}
.BgClassName
{
background-color: #765BF1;
}
</style>
border-color css
<style>
span { border-color: #765BF1; }
span { border-color: rgb(118,91,241); }
td.TdClassName
{
border-color: #765BF1;
}
.TagClassName
{
border-color: #765BF1;
}
</style>