Shades of Medium Slate Blue #7266FD
Tints of Medium Slate Blue #7266FD
RGB
CMYK
RGB Variations
Color information
#7266FD (or 0x7266FD) is known color: Medium Slate Blue. HEX triplet: 72, 66 and FD. RGB value is (114,102,253). Sum of RGB (Red+Green+Blue) = 114+102+253=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #7266FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266FD is #8D9902. Grayscale: #7A7A7A. Windows color (decimal): -9279747 or 16606834. OLE color: 16606834.
HSL color Cylindrical-coordinate representation of color #7266FD: hue angle of 244.77º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7266FD is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 102 | 253 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.01 |
| HSL | 244.77º | 0.97% | 0.7% | - |
| HSV(B) | 244.77º | 0.6% | 0.99% | - |
| XYZ | 29.42 | 20.17 | 95.27 | - |
| YUV | 122.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 253 | 0.55 | 0.60 | 0 | 0.01 | 244.77 | 0.97 | 0.7 |
| Hex | 72 | 66 | FD | 37 | 3C | 0 | 1 | F5 | 61 | 46 |
| Octal | 162 | 146 | 375 | 67 | 74 | 0 | 1 | 365 | 141 | 106 |
| Binary | 1110010 | 1100110 | 11111101 | 110111 | 111100 | 0 | 1 | 11110101 | 1100001 | 1000110 |
Color Harmonies of #7266FD
Complementary color
Monochromatic Colors of #7266FD
Black with #7266FD
Text Example
Text Example
White with #7266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266FD; }
p { color: rgb(114,102,253); }
H1.HeaderClassName
{
color: #7266FD;
}
.AnyTagClassName
{
color: #7266FD;
}
</style>
background-color css
<style>
a { background-color: #7266FD; }
a { background-color: rgb(114,102,253); }
div.DivClassName
{
background-color: #7266FD;
}
.BgClassName
{
background-color: #7266FD;
}
</style>
border-color css
<style>
span { border-color: #7266FD; }
span { border-color: rgb(114,102,253); }
td.TdClassName
{
border-color: #7266FD;
}
.TagClassName
{
border-color: #7266FD;
}
</style>