Shades of Slate Blue #7445CE
Tints of Slate Blue #7445CE
RGB
CMYK
RGB Variations
Color information
#7445CE (or 0x7445CE) is known color: Slate Blue. HEX triplet: 74, 45 and CE. RGB value is (116,69,206). Sum of RGB (Red+Green+Blue) = 116+69+206=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7445CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445CE is #8BBA31. Grayscale: #626262. Windows color (decimal): -9157170 or 13518196. OLE color: 13518196.
HSL color Cylindrical-coordinate representation of color #7445CE: hue angle of 260.58º degrees, saturation: 0.58, 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 #7445CE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 69 | 206 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.19 |
| HSL | 260.58º | 0.58% | 0.54% | - |
| HSV(B) | 260.58º | 0.67% | 0.81% | - |
| XYZ | 20.47 | 12.43 | 59.71 | - |
| YUV | 98.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 206 | 0.44 | 0.67 | 0 | 0.19 | 260.58 | 0.58 | 0.54 |
| Hex | 74 | 45 | CE | 2C | 43 | 0 | 13 | 105 | 3A | 36 |
| Octal | 164 | 105 | 316 | 54 | 103 | 0 | 23 | 405 | 72 | 66 |
| Binary | 1110100 | 1000101 | 11001110 | 101100 | 1000011 | 0 | 10011 | 100000101 | 111010 | 110110 |
Color Harmonies of #7445CE
Complementary color
Monochromatic Colors of #7445CE
Black with #7445CE
Text Example
Text Example
White with #7445CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445CE; }
p { color: rgb(116,69,206); }
H1.HeaderClassName
{
color: #7445CE;
}
.AnyTagClassName
{
color: #7445CE;
}
</style>
background-color css
<style>
a { background-color: #7445CE; }
a { background-color: rgb(116,69,206); }
div.DivClassName
{
background-color: #7445CE;
}
.BgClassName
{
background-color: #7445CE;
}
</style>
border-color css
<style>
span { border-color: #7445CE; }
span { border-color: rgb(116,69,206); }
td.TdClassName
{
border-color: #7445CE;
}
.TagClassName
{
border-color: #7445CE;
}
</style>