Shades of Medium Slate Blue #7565EB
Tints of Medium Slate Blue #7565EB
RGB
CMYK
RGB Variations
Color information
#7565EB (or 0x7565EB) is known color: Medium Slate Blue. HEX triplet: 75, 65 and EB. RGB value is (117,101,235). Sum of RGB (Red+Green+Blue) = 117+101+235=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #7565EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565EB is #8A9A14. Grayscale: #787878. Windows color (decimal): -9083413 or 15426933. OLE color: 15426933.
HSL color Cylindrical-coordinate representation of color #7565EB: hue angle of 247.16º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7565EB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 101 | 235 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.08 |
| HSL | 247.16º | 0.77% | 0.66% | - |
| HSV(B) | 247.16º | 0.57% | 0.92% | - |
| XYZ | 26.99 | 19.09 | 80.86 | - |
| YUV | 121.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 235 | 0.50 | 0.57 | 0 | 0.08 | 247.16 | 0.77 | 0.66 |
| Hex | 75 | 65 | EB | 32 | 39 | 0 | 8 | F7 | 4D | 42 |
| Octal | 165 | 145 | 353 | 62 | 71 | 0 | 10 | 367 | 115 | 102 |
| Binary | 1110101 | 1100101 | 11101011 | 110010 | 111001 | 0 | 1000 | 11110111 | 1001101 | 1000010 |
Color Harmonies of #7565EB
Complementary color
Monochromatic Colors of #7565EB
Black with #7565EB
Text Example
Text Example
White with #7565EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565EB; }
p { color: rgb(117,101,235); }
H1.HeaderClassName
{
color: #7565EB;
}
.AnyTagClassName
{
color: #7565EB;
}
</style>
background-color css
<style>
a { background-color: #7565EB; }
a { background-color: rgb(117,101,235); }
div.DivClassName
{
background-color: #7565EB;
}
.BgClassName
{
background-color: #7565EB;
}
</style>
border-color css
<style>
span { border-color: #7565EB; }
span { border-color: rgb(117,101,235); }
td.TdClassName
{
border-color: #7565EB;
}
.TagClassName
{
border-color: #7565EB;
}
</style>