Shades of Medium Slate Blue #765BEF
Tints of Medium Slate Blue #765BEF
RGB
CMYK
RGB Variations
Color information
#765BEF (or 0x765BEF) is known color: Medium Slate Blue. HEX triplet: 76, 5B and EF. RGB value is (118,91,239). Sum of RGB (Red+Green+Blue) = 118+91+239=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #765BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BEF is #89A410. Grayscale: #737373. Windows color (decimal): -9020433 or 15686518. OLE color: 15686518.
HSL color Cylindrical-coordinate representation of color #765BEF: hue angle of 250.95º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765BEF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 91 | 239 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.06 |
| HSL | 250.95º | 0.82% | 0.65% | - |
| HSV(B) | 250.95º | 0.62% | 0.94% | - |
| XYZ | 26.79 | 17.57 | 83.64 | - |
| YUV | 115.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 239 | 0.51 | 0.62 | 0 | 0.06 | 250.95 | 0.82 | 0.65 |
| Hex | 76 | 5B | EF | 33 | 3E | 0 | 6 | FB | 52 | 41 |
| Octal | 166 | 133 | 357 | 63 | 76 | 0 | 6 | 373 | 122 | 101 |
| Binary | 1110110 | 1011011 | 11101111 | 110011 | 111110 | 0 | 110 | 11111011 | 1010010 | 1000001 |
Color Harmonies of #765BEF
Complementary color
Monochromatic Colors of #765BEF
Black with #765BEF
Text Example
Text Example
White with #765BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BEF; }
p { color: rgb(118,91,239); }
H1.HeaderClassName
{
color: #765BEF;
}
.AnyTagClassName
{
color: #765BEF;
}
</style>
background-color css
<style>
a { background-color: #765BEF; }
a { background-color: rgb(118,91,239); }
div.DivClassName
{
background-color: #765BEF;
}
.BgClassName
{
background-color: #765BEF;
}
</style>
border-color css
<style>
span { border-color: #765BEF; }
span { border-color: rgb(118,91,239); }
td.TdClassName
{
border-color: #765BEF;
}
.TagClassName
{
border-color: #765BEF;
}
</style>