Shades of Slate Blue #7045CF
Tints of Slate Blue #7045CF
RGB
CMYK
RGB Variations
Color information
#7045CF (or 0x7045CF) is known color: Slate Blue. HEX triplet: 70, 45 and CF. RGB value is (112,69,207). Sum of RGB (Red+Green+Blue) = 112+69+207=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #7045CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045CF is #8FBA30. Grayscale: #616161. Windows color (decimal): -9419313 or 13583728. OLE color: 13583728.
HSL color Cylindrical-coordinate representation of color #7045CF: hue angle of 258.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7045CF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 69 | 207 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.19 |
| HSL | 258.7º | 0.59% | 0.54% | - |
| HSV(B) | 258.7º | 0.67% | 0.81% | - |
| XYZ | 20.07 | 12.21 | 60.33 | - |
| YUV | 97.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 207 | 0.46 | 0.67 | 0 | 0.19 | 258.7 | 0.59 | 0.54 |
| Hex | 70 | 45 | CF | 2E | 43 | 0 | 13 | 103 | 3B | 36 |
| Octal | 160 | 105 | 317 | 56 | 103 | 0 | 23 | 403 | 73 | 66 |
| Binary | 1110000 | 1000101 | 11001111 | 101110 | 1000011 | 0 | 10011 | 100000011 | 111011 | 110110 |
Color Harmonies of #7045CF
Complementary color
Monochromatic Colors of #7045CF
Black with #7045CF
Text Example
Text Example
White with #7045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045CF; }
p { color: rgb(112,69,207); }
H1.HeaderClassName
{
color: #7045CF;
}
.AnyTagClassName
{
color: #7045CF;
}
</style>
background-color css
<style>
a { background-color: #7045CF; }
a { background-color: rgb(112,69,207); }
div.DivClassName
{
background-color: #7045CF;
}
.BgClassName
{
background-color: #7045CF;
}
</style>
border-color css
<style>
span { border-color: #7045CF; }
span { border-color: rgb(112,69,207); }
td.TdClassName
{
border-color: #7045CF;
}
.TagClassName
{
border-color: #7045CF;
}
</style>