Shades of Medium Slate Blue #765AF6
Tints of Medium Slate Blue #765AF6
RGB
CMYK
RGB Variations
Color information
#765AF6 (or 0x765AF6) is known color: Medium Slate Blue. HEX triplet: 76, 5A and F6. RGB value is (118,90,246). Sum of RGB (Red+Green+Blue) = 118+90+246=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #765AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765AF6 is #89A509. Grayscale: #737373. Windows color (decimal): -9020682 or 16145014. OLE color: 16145014.
HSL color Cylindrical-coordinate representation of color #765AF6: hue angle of 250.77º 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 #765AF6 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 90 | 246 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.04 |
| HSL | 250.77º | 0.9% | 0.66% | - |
| HSV(B) | 250.77º | 0.63% | 0.96% | - |
| XYZ | 27.76 | 17.82 | 89.16 | - |
| YUV | 116.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 246 | 0.52 | 0.63 | 0 | 0.04 | 250.77 | 0.9 | 0.66 |
| Hex | 76 | 5A | F6 | 34 | 3F | 0 | 4 | FB | 5A | 42 |
| Octal | 166 | 132 | 366 | 64 | 77 | 0 | 4 | 373 | 132 | 102 |
| Binary | 1110110 | 1011010 | 11110110 | 110100 | 111111 | 0 | 100 | 11111011 | 1011010 | 1000010 |
Color Harmonies of #765AF6
Complementary color
Monochromatic Colors of #765AF6
Black with #765AF6
Text Example
Text Example
White with #765AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AF6; }
p { color: rgb(118,90,246); }
H1.HeaderClassName
{
color: #765AF6;
}
.AnyTagClassName
{
color: #765AF6;
}
</style>
background-color css
<style>
a { background-color: #765AF6; }
a { background-color: rgb(118,90,246); }
div.DivClassName
{
background-color: #765AF6;
}
.BgClassName
{
background-color: #765AF6;
}
</style>
border-color css
<style>
span { border-color: #765AF6; }
span { border-color: rgb(118,90,246); }
td.TdClassName
{
border-color: #765AF6;
}
.TagClassName
{
border-color: #765AF6;
}
</style>