Shades of Medium Slate Blue #765FFE
Tints of Medium Slate Blue #765FFE
RGB
CMYK
RGB Variations
Color information
#765FFE (or 0x765FFE) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FE. RGB value is (118,95,254). Sum of RGB (Red+Green+Blue) = 118+95+254=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #765FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFE is #89A001. Grayscale: #777777. Windows color (decimal): -9019394 or 16670582. OLE color: 16670582.
HSL color Cylindrical-coordinate representation of color #765FFE: hue angle of 248.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765FFE is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 95 | 254 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.00 |
| HSL | 248.68º | 0.99% | 0.68% | - |
| HSV(B) | 248.68º | 0.63% | 1% | - |
| XYZ | 29.45 | 19.19 | 95.92 | - |
| YUV | 120 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 254 | 0.54 | 0.63 | 0 | 0.00 | 248.68 | 0.99 | 0.68 |
| Hex | 76 | 5F | FE | 36 | 3F | 0 | 0 | F9 | 63 | 44 |
| Octal | 166 | 137 | 376 | 66 | 77 | 0 | 0 | 371 | 143 | 104 |
| Binary | 1110110 | 1011111 | 11111110 | 110110 | 111111 | 0 | 0 | 11111001 | 1100011 | 1000100 |
Color Harmonies of #765FFE
Complementary color
Monochromatic Colors of #765FFE
Black with #765FFE
Text Example
Text Example
White with #765FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FFE; }
p { color: rgb(118,95,254); }
H1.HeaderClassName
{
color: #765FFE;
}
.AnyTagClassName
{
color: #765FFE;
}
</style>
background-color css
<style>
a { background-color: #765FFE; }
a { background-color: rgb(118,95,254); }
div.DivClassName
{
background-color: #765FFE;
}
.BgClassName
{
background-color: #765FFE;
}
</style>
border-color css
<style>
span { border-color: #765FFE; }
span { border-color: rgb(118,95,254); }
td.TdClassName
{
border-color: #765FFE;
}
.TagClassName
{
border-color: #765FFE;
}
</style>