Shades of Medium Slate Blue #7142FB
Tints of Medium Slate Blue #7142FB
RGB
CMYK
RGB Variations
Color information
#7142FB (or 0x7142FB) is known color: Medium Slate Blue. HEX triplet: 71, 42 and FB. RGB value is (113,66,251). Sum of RGB (Red+Green+Blue) = 113+66+251=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #7142FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142FB is #8EBD04. Grayscale: #646464. Windows color (decimal): -9354501 or 16466545. OLE color: 16466545.
HSL color Cylindrical-coordinate representation of color #7142FB: hue angle of 255.24º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7142FB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 66 | 251 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.24º | 0.96% | 0.62% | - |
| HSV(B) | 255.24º | 0.74% | 0.98% | - |
| XYZ | 26.17 | 14.37 | 92.66 | - |
| YUV | 101.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 251 | 0.55 | 0.74 | 0 | 0.02 | 255.24 | 0.96 | 0.62 |
| Hex | 71 | 42 | FB | 37 | 4A | 0 | 2 | FF | 60 | 3E |
| Octal | 161 | 102 | 373 | 67 | 112 | 0 | 2 | 377 | 140 | 76 |
| Binary | 1110001 | 1000010 | 11111011 | 110111 | 1001010 | 0 | 10 | 11111111 | 1100000 | 111110 |
Color Harmonies of #7142FB
Complementary color
Monochromatic Colors of #7142FB
Black with #7142FB
Text Example
Text Example
White with #7142FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7142FB; }
p { color: rgb(113,66,251); }
H1.HeaderClassName
{
color: #7142FB;
}
.AnyTagClassName
{
color: #7142FB;
}
</style>
background-color css
<style>
a { background-color: #7142FB; }
a { background-color: rgb(113,66,251); }
div.DivClassName
{
background-color: #7142FB;
}
.BgClassName
{
background-color: #7142FB;
}
</style>
border-color css
<style>
span { border-color: #7142FB; }
span { border-color: rgb(113,66,251); }
td.TdClassName
{
border-color: #7142FB;
}
.TagClassName
{
border-color: #7142FB;
}
</style>