Shades of Medium Slate Blue #7565FA
Tints of Medium Slate Blue #7565FA
RGB
CMYK
RGB Variations
Color information
#7565FA (or 0x7565FA) is known color: Medium Slate Blue. HEX triplet: 75, 65 and FA. RGB value is (117,101,250). Sum of RGB (Red+Green+Blue) = 117+101+250=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #7565FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565FA is #8A9A05. Grayscale: #7A7A7A. Windows color (decimal): -9083398 or 16409973. OLE color: 16409973.
HSL color Cylindrical-coordinate representation of color #7565FA: hue angle of 246.44º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7565FA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 101 | 250 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.02 |
| HSL | 246.44º | 0.94% | 0.69% | - |
| HSV(B) | 246.44º | 0.6% | 0.98% | - |
| XYZ | 29.25 | 19.99 | 92.76 | - |
| YUV | 122.77 | 199.8 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 250 | 0.53 | 0.60 | 0 | 0.02 | 246.44 | 0.94 | 0.69 |
| Hex | 75 | 65 | FA | 35 | 3C | 0 | 2 | F6 | 5E | 45 |
| Octal | 165 | 145 | 372 | 65 | 74 | 0 | 2 | 366 | 136 | 105 |
| Binary | 1110101 | 1100101 | 11111010 | 110101 | 111100 | 0 | 10 | 11110110 | 1011110 | 1000101 |
Color Harmonies of #7565FA
Complementary color
Monochromatic Colors of #7565FA
Black with #7565FA
Text Example
Text Example
White with #7565FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565FA; }
p { color: rgb(117,101,250); }
H1.HeaderClassName
{
color: #7565FA;
}
.AnyTagClassName
{
color: #7565FA;
}
</style>
background-color css
<style>
a { background-color: #7565FA; }
a { background-color: rgb(117,101,250); }
div.DivClassName
{
background-color: #7565FA;
}
.BgClassName
{
background-color: #7565FA;
}
</style>
border-color css
<style>
span { border-color: #7565FA; }
span { border-color: rgb(117,101,250); }
td.TdClassName
{
border-color: #7565FA;
}
.TagClassName
{
border-color: #7565FA;
}
</style>