Shades of Medium Slate Blue #765BFF
Tints of Medium Slate Blue #765BFF
RGB
CMYK
RGB Variations
Color information
#765BFF (or 0x765BFF) is known color: Medium Slate Blue. HEX triplet: 76, 5B and FF. RGB value is (118,91,255). Sum of RGB (Red+Green+Blue) = 118+91+255=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #765BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BFF is #89A400. Grayscale: #757575. Windows color (decimal): -9020417 or 16735094. OLE color: 16735094.
HSL color Cylindrical-coordinate representation of color #765BFF: hue angle of 249.88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765BFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 91 | 255 | - |
| CMYK | 0.54 | 0.64 | 0 | 0 |
| HSL | 249.88º | 1% | 0.68% | - |
| HSV(B) | 249.88º | 0.64% | 1% | - |
| XYZ | 29.26 | 18.55 | 96.65 | - |
| YUV | 117.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 255 | 0.54 | 0.64 | 0 | 0 | 249.88 | 1 | 0.68 |
| Hex | 76 | 5B | FF | 36 | 40 | 0 | 0 | FA | 64 | 44 |
| Octal | 166 | 133 | 377 | 66 | 100 | 0 | 0 | 372 | 144 | 104 |
| Binary | 1110110 | 1011011 | 11111111 | 110110 | 1000000 | 0 | 0 | 11111010 | 1100100 | 1000100 |
Color Harmonies of #765BFF
Complementary color
Monochromatic Colors of #765BFF
Black with #765BFF
Text Example
Text Example
White with #765BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BFF; }
p { color: rgb(118,91,255); }
H1.HeaderClassName
{
color: #765BFF;
}
.AnyTagClassName
{
color: #765BFF;
}
</style>
background-color css
<style>
a { background-color: #765BFF; }
a { background-color: rgb(118,91,255); }
div.DivClassName
{
background-color: #765BFF;
}
.BgClassName
{
background-color: #765BFF;
}
</style>
border-color css
<style>
span { border-color: #765BFF; }
span { border-color: rgb(118,91,255); }
td.TdClassName
{
border-color: #765BFF;
}
.TagClassName
{
border-color: #765BFF;
}
</style>