Shades of Medium Slate Blue #7266F1
Tints of Medium Slate Blue #7266F1
RGB
CMYK
RGB Variations
Color information
#7266F1 (or 0x7266F1) is known color: Medium Slate Blue. HEX triplet: 72, 66 and F1. RGB value is (114,102,241). Sum of RGB (Red+Green+Blue) = 114+102+241=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #7266F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266F1 is #8D990E. Grayscale: #787878. Windows color (decimal): -9279759 or 15820402. OLE color: 15820402.
HSL color Cylindrical-coordinate representation of color #7266F1: hue angle of 245.18º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7266F1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 102 | 241 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.05 |
| HSL | 245.18º | 0.83% | 0.67% | - |
| HSV(B) | 245.18º | 0.58% | 0.95% | - |
| XYZ | 27.57 | 19.43 | 85.52 | - |
| YUV | 121.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 241 | 0.53 | 0.58 | 0 | 0.05 | 245.18 | 0.83 | 0.67 |
| Hex | 72 | 66 | F1 | 35 | 3A | 0 | 5 | F5 | 53 | 43 |
| Octal | 162 | 146 | 361 | 65 | 72 | 0 | 5 | 365 | 123 | 103 |
| Binary | 1110010 | 1100110 | 11110001 | 110101 | 111010 | 0 | 101 | 11110101 | 1010011 | 1000011 |
Color Harmonies of #7266F1
Complementary color
Monochromatic Colors of #7266F1
Black with #7266F1
Text Example
Text Example
White with #7266F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266F1; }
p { color: rgb(114,102,241); }
H1.HeaderClassName
{
color: #7266F1;
}
.AnyTagClassName
{
color: #7266F1;
}
</style>
background-color css
<style>
a { background-color: #7266F1; }
a { background-color: rgb(114,102,241); }
div.DivClassName
{
background-color: #7266F1;
}
.BgClassName
{
background-color: #7266F1;
}
</style>
border-color css
<style>
span { border-color: #7266F1; }
span { border-color: rgb(114,102,241); }
td.TdClassName
{
border-color: #7266F1;
}
.TagClassName
{
border-color: #7266F1;
}
</style>