Shades of Slate Blue #7445CF
Tints of Slate Blue #7445CF
RGB
CMYK
RGB Variations
Color information
#7445CF (or 0x7445CF) is known color: Slate Blue. HEX triplet: 74, 45 and CF. RGB value is (116,69,207). Sum of RGB (Red+Green+Blue) = 116+69+207=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 69 (27.34% from 255 or 17.60% 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 #7445CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445CF is #8BBA30. Grayscale: #626262. Windows color (decimal): -9157169 or 13583732. OLE color: 13583732.
HSL color Cylindrical-coordinate representation of color #7445CF: hue angle of 260.43º 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 #7445CF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 69 | 207 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.19 |
| HSL | 260.43º | 0.59% | 0.54% | - |
| HSV(B) | 260.43º | 0.67% | 0.81% | - |
| XYZ | 20.59 | 12.47 | 60.35 | - |
| YUV | 98.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 207 | 0.44 | 0.67 | 0 | 0.19 | 260.43 | 0.59 | 0.54 |
| Hex | 74 | 45 | CF | 2C | 43 | 0 | 13 | 104 | 3B | 36 |
| Octal | 164 | 105 | 317 | 54 | 103 | 0 | 23 | 404 | 73 | 66 |
| Binary | 1110100 | 1000101 | 11001111 | 101100 | 1000011 | 0 | 10011 | 100000100 | 111011 | 110110 |
Color Harmonies of #7445CF
Complementary color
Monochromatic Colors of #7445CF
Black with #7445CF
Text Example
Text Example
White with #7445CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445CF; }
p { color: rgb(116,69,207); }
H1.HeaderClassName
{
color: #7445CF;
}
.AnyTagClassName
{
color: #7445CF;
}
</style>
background-color css
<style>
a { background-color: #7445CF; }
a { background-color: rgb(116,69,207); }
div.DivClassName
{
background-color: #7445CF;
}
.BgClassName
{
background-color: #7445CF;
}
</style>
border-color css
<style>
span { border-color: #7445CF; }
span { border-color: rgb(116,69,207); }
td.TdClassName
{
border-color: #7445CF;
}
.TagClassName
{
border-color: #7445CF;
}
</style>