Shades of Medium Slate Blue #7581F0
Tints of Medium Slate Blue #7581F0
RGB
CMYK
RGB Variations
Color information
#7581F0 (or 0x7581F0) is known color: Medium Slate Blue. HEX triplet: 75, 81 and F0. RGB value is (117,129,240). Sum of RGB (Red+Green+Blue) = 117+129+240=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #7581F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581F0 is #8A7E0F. Grayscale: #898989. Windows color (decimal): -9076240 or 15761781. OLE color: 15761781.
HSL color Cylindrical-coordinate representation of color #7581F0: hue angle of 234.15º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7581F0 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 129 | 240 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.06 |
| HSL | 234.15º | 0.8% | 0.7% | - |
| HSV(B) | 234.15º | 0.51% | 0.94% | - |
| XYZ | 30.91 | 25.77 | 85.78 | - |
| YUV | 138.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 240 | 0.51 | 0.46 | 0 | 0.06 | 234.15 | 0.8 | 0.7 |
| Hex | 75 | 81 | F0 | 33 | 2E | 0 | 6 | EA | 50 | 46 |
| Octal | 165 | 201 | 360 | 63 | 56 | 0 | 6 | 352 | 120 | 106 |
| Binary | 1110101 | 10000001 | 11110000 | 110011 | 101110 | 0 | 110 | 11101010 | 1010000 | 1000110 |
Color Harmonies of #7581F0
Complementary color
Monochromatic Colors of #7581F0
Black with #7581F0
Text Example
Text Example
White with #7581F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581F0; }
p { color: rgb(117,129,240); }
H1.HeaderClassName
{
color: #7581F0;
}
.AnyTagClassName
{
color: #7581F0;
}
</style>
background-color css
<style>
a { background-color: #7581F0; }
a { background-color: rgb(117,129,240); }
div.DivClassName
{
background-color: #7581F0;
}
.BgClassName
{
background-color: #7581F0;
}
</style>
border-color css
<style>
span { border-color: #7581F0; }
span { border-color: rgb(117,129,240); }
td.TdClassName
{
border-color: #7581F0;
}
.TagClassName
{
border-color: #7581F0;
}
</style>