Shades of Medium Slate Blue #765BF6
Tints of Medium Slate Blue #765BF6
RGB
CMYK
RGB Variations
Color information
#765BF6 (or 0x765BF6) is known color: Medium Slate Blue. HEX triplet: 76, 5B and F6. RGB value is (118,91,246). Sum of RGB (Red+Green+Blue) = 118+91+246=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #765BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BF6 is #89A409. Grayscale: #747474. Windows color (decimal): -9020426 or 16145270. OLE color: 16145270.
HSL color Cylindrical-coordinate representation of color #765BF6: hue angle of 250.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765BF6 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 91 | 246 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.04 |
| HSL | 250.45º | 0.9% | 0.66% | - |
| HSV(B) | 250.45º | 0.63% | 0.96% | - |
| XYZ | 27.85 | 17.99 | 89.19 | - |
| YUV | 116.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 246 | 0.52 | 0.63 | 0 | 0.04 | 250.45 | 0.9 | 0.66 |
| Hex | 76 | 5B | F6 | 34 | 3F | 0 | 4 | FA | 5A | 42 |
| Octal | 166 | 133 | 366 | 64 | 77 | 0 | 4 | 372 | 132 | 102 |
| Binary | 1110110 | 1011011 | 11110110 | 110100 | 111111 | 0 | 100 | 11111010 | 1011010 | 1000010 |
Color Harmonies of #765BF6
Complementary color
Monochromatic Colors of #765BF6
Black with #765BF6
Text Example
Text Example
White with #765BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BF6; }
p { color: rgb(118,91,246); }
H1.HeaderClassName
{
color: #765BF6;
}
.AnyTagClassName
{
color: #765BF6;
}
</style>
background-color css
<style>
a { background-color: #765BF6; }
a { background-color: rgb(118,91,246); }
div.DivClassName
{
background-color: #765BF6;
}
.BgClassName
{
background-color: #765BF6;
}
</style>
border-color css
<style>
span { border-color: #765BF6; }
span { border-color: rgb(118,91,246); }
td.TdClassName
{
border-color: #765BF6;
}
.TagClassName
{
border-color: #765BF6;
}
</style>