Shades of Slate Blue #7247CF
Tints of Slate Blue #7247CF
RGB
CMYK
RGB Variations
Color information
#7247CF (or 0x7247CF) is known color: Slate Blue. HEX triplet: 72, 47 and CF. RGB value is (114,71,207). Sum of RGB (Red+Green+Blue) = 114+71+207=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7247CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247CF is #8DB830. Grayscale: #626262. Windows color (decimal): -9287729 or 13584242. OLE color: 13584242.
HSL color Cylindrical-coordinate representation of color #7247CF: hue angle of 258.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7247CF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 71 | 207 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.19 |
| HSL | 258.97º | 0.59% | 0.55% | - |
| HSV(B) | 258.97º | 0.66% | 0.81% | - |
| XYZ | 20.46 | 12.59 | 60.38 | - |
| YUV | 99.36 | 188.75 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 207 | 0.45 | 0.66 | 0 | 0.19 | 258.97 | 0.59 | 0.55 |
| Hex | 72 | 47 | CF | 2D | 42 | 0 | 13 | 103 | 3B | 37 |
| Octal | 162 | 107 | 317 | 55 | 102 | 0 | 23 | 403 | 73 | 67 |
| Binary | 1110010 | 1000111 | 11001111 | 101101 | 1000010 | 0 | 10011 | 100000011 | 111011 | 110111 |
Color Harmonies of #7247CF
Complementary color
Monochromatic Colors of #7247CF
Black with #7247CF
Text Example
Text Example
White with #7247CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7247CF; }
p { color: rgb(114,71,207); }
H1.HeaderClassName
{
color: #7247CF;
}
.AnyTagClassName
{
color: #7247CF;
}
</style>
background-color css
<style>
a { background-color: #7247CF; }
a { background-color: rgb(114,71,207); }
div.DivClassName
{
background-color: #7247CF;
}
.BgClassName
{
background-color: #7247CF;
}
</style>
border-color css
<style>
span { border-color: #7247CF; }
span { border-color: rgb(114,71,207); }
td.TdClassName
{
border-color: #7247CF;
}
.TagClassName
{
border-color: #7247CF;
}
</style>