Shades of Slate Blue #7448CF
Tints of Slate Blue #7448CF
RGB
CMYK
RGB Variations
Color information
#7448CF (or 0x7448CF) is known color: Slate Blue. HEX triplet: 74, 48 and CF. RGB value is (116,72,207). Sum of RGB (Red+Green+Blue) = 116+72+207=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #7448CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CF is #8BB730. Grayscale: #646464. Windows color (decimal): -9156401 or 13584500. OLE color: 13584500.
HSL color Cylindrical-coordinate representation of color #7448CF: hue angle of 259.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7448CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 72 | 207 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.19 |
| HSL | 259.56º | 0.58% | 0.55% | - |
| HSV(B) | 259.56º | 0.65% | 0.81% | - |
| XYZ | 20.78 | 12.85 | 60.42 | - |
| YUV | 100.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 207 | 0.44 | 0.65 | 0 | 0.19 | 259.56 | 0.58 | 0.55 |
| Hex | 74 | 48 | CF | 2C | 41 | 0 | 13 | 104 | 3A | 37 |
| Octal | 164 | 110 | 317 | 54 | 101 | 0 | 23 | 404 | 72 | 67 |
| Binary | 1110100 | 1001000 | 11001111 | 101100 | 1000001 | 0 | 10011 | 100000100 | 111010 | 110111 |
Color Harmonies of #7448CF
Complementary color
Monochromatic Colors of #7448CF
Black with #7448CF
Text Example
Text Example
White with #7448CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448CF; }
p { color: rgb(116,72,207); }
H1.HeaderClassName
{
color: #7448CF;
}
.AnyTagClassName
{
color: #7448CF;
}
</style>
background-color css
<style>
a { background-color: #7448CF; }
a { background-color: rgb(116,72,207); }
div.DivClassName
{
background-color: #7448CF;
}
.BgClassName
{
background-color: #7448CF;
}
</style>
border-color css
<style>
span { border-color: #7448CF; }
span { border-color: rgb(116,72,207); }
td.TdClassName
{
border-color: #7448CF;
}
.TagClassName
{
border-color: #7448CF;
}
</style>