Shades of Medium Slate Blue #765FFF
Tints of Medium Slate Blue #765FFF
RGB
CMYK
RGB Variations
Color information
#765FFF (or 0x765FFF) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FF. RGB value is (118,95,255). Sum of RGB (Red+Green+Blue) = 118+95+255=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #765FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFF is #89A000. Grayscale: #777777. Windows color (decimal): -9019393 or 16736118. OLE color: 16736118.
HSL color Cylindrical-coordinate representation of color #765FFF: hue angle of 248.63º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765FFF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 95 | 255 | - |
| CMYK | 0.54 | 0.63 | 0 | 0 |
| HSL | 248.63º | 1% | 0.69% | - |
| HSV(B) | 248.63º | 0.63% | 1% | - |
| XYZ | 29.61 | 19.26 | 96.76 | - |
| YUV | 120.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 255 | 0.54 | 0.63 | 0 | 0 | 248.63 | 1 | 0.69 |
| Hex | 76 | 5F | FF | 36 | 3F | 0 | 0 | F9 | 64 | 45 |
| Octal | 166 | 137 | 377 | 66 | 77 | 0 | 0 | 371 | 144 | 105 |
| Binary | 1110110 | 1011111 | 11111111 | 110110 | 111111 | 0 | 0 | 11111001 | 1100100 | 1000101 |
Color Harmonies of #765FFF
Complementary color
Monochromatic Colors of #765FFF
Black with #765FFF
Text Example
Text Example
White with #765FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FFF; }
p { color: rgb(118,95,255); }
H1.HeaderClassName
{
color: #765FFF;
}
.AnyTagClassName
{
color: #765FFF;
}
</style>
background-color css
<style>
a { background-color: #765FFF; }
a { background-color: rgb(118,95,255); }
div.DivClassName
{
background-color: #765FFF;
}
.BgClassName
{
background-color: #765FFF;
}
</style>
border-color css
<style>
span { border-color: #765FFF; }
span { border-color: rgb(118,95,255); }
td.TdClassName
{
border-color: #765FFF;
}
.TagClassName
{
border-color: #765FFF;
}
</style>