Shades of Medium Slate Blue #765FDE
Tints of Medium Slate Blue #765FDE
RGB
CMYK
RGB Variations
Color information
#765FDE (or 0x765FDE) is known color: Medium Slate Blue. HEX triplet: 76, 5F and DE. RGB value is (118,95,222). Sum of RGB (Red+Green+Blue) = 118+95+222=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #765FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FDE is #89A021. Grayscale: #737373. Windows color (decimal): -9019426 or 14573430. OLE color: 14573430.
HSL color Cylindrical-coordinate representation of color #765FDE: hue angle of 250.87º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765FDE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 95 | 222 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.13 |
| HSL | 250.87º | 0.66% | 0.62% | - |
| HSV(B) | 250.87º | 0.57% | 0.87% | - |
| XYZ | 24.75 | 17.31 | 71.14 | - |
| YUV | 116.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 222 | 0.47 | 0.57 | 0 | 0.13 | 250.87 | 0.66 | 0.62 |
| Hex | 76 | 5F | DE | 2F | 39 | 0 | D | FB | 42 | 3E |
| Octal | 166 | 137 | 336 | 57 | 71 | 0 | 15 | 373 | 102 | 76 |
| Binary | 1110110 | 1011111 | 11011110 | 101111 | 111001 | 0 | 1101 | 11111011 | 1000010 | 111110 |
Color Harmonies of #765FDE
Complementary color
Monochromatic Colors of #765FDE
Black with #765FDE
Text Example
Text Example
White with #765FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FDE; }
p { color: rgb(118,95,222); }
H1.HeaderClassName
{
color: #765FDE;
}
.AnyTagClassName
{
color: #765FDE;
}
</style>
background-color css
<style>
a { background-color: #765FDE; }
a { background-color: rgb(118,95,222); }
div.DivClassName
{
background-color: #765FDE;
}
.BgClassName
{
background-color: #765FDE;
}
</style>
border-color css
<style>
span { border-color: #765FDE; }
span { border-color: rgb(118,95,222); }
td.TdClassName
{
border-color: #765FDE;
}
.TagClassName
{
border-color: #765FDE;
}
</style>