Shades of Medium Slate Blue #765AFF
Tints of Medium Slate Blue #765AFF
RGB
CMYK
RGB Variations
Color information
#765AFF (or 0x765AFF) is known color: Medium Slate Blue. HEX triplet: 76, 5A and FF. RGB value is (118,90,255). Sum of RGB (Red+Green+Blue) = 118+90+255=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #765AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765AFF is #89A500. Grayscale: #747474. Windows color (decimal): -9020673 or 16734838. OLE color: 16734838.
HSL color Cylindrical-coordinate representation of color #765AFF: hue angle of 250.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765AFF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 90 | 255 | - |
| CMYK | 0.54 | 0.65 | 0 | 0 |
| HSL | 250.18º | 1% | 0.68% | - |
| HSV(B) | 250.18º | 0.65% | 1% | - |
| XYZ | 29.18 | 18.38 | 96.62 | - |
| YUV | 117.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 255 | 0.54 | 0.65 | 0 | 0 | 250.18 | 1 | 0.68 |
| Hex | 76 | 5A | FF | 36 | 41 | 0 | 0 | FA | 64 | 44 |
| Octal | 166 | 132 | 377 | 66 | 101 | 0 | 0 | 372 | 144 | 104 |
| Binary | 1110110 | 1011010 | 11111111 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000100 |
Color Harmonies of #765AFF
Complementary color
Monochromatic Colors of #765AFF
Black with #765AFF
Text Example
Text Example
White with #765AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AFF; }
p { color: rgb(118,90,255); }
H1.HeaderClassName
{
color: #765AFF;
}
.AnyTagClassName
{
color: #765AFF;
}
</style>
background-color css
<style>
a { background-color: #765AFF; }
a { background-color: rgb(118,90,255); }
div.DivClassName
{
background-color: #765AFF;
}
.BgClassName
{
background-color: #765AFF;
}
</style>
border-color css
<style>
span { border-color: #765AFF; }
span { border-color: rgb(118,90,255); }
td.TdClassName
{
border-color: #765AFF;
}
.TagClassName
{
border-color: #765AFF;
}
</style>