Shades of Slate Blue #7748CF
Tints of Slate Blue #7748CF
RGB
CMYK
RGB Variations
Color information
#7748CF (or 0x7748CF) is known color: Slate Blue. HEX triplet: 77, 48 and CF. RGB value is (119,72,207). Sum of RGB (Red+Green+Blue) = 119+72+207=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #7748CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748CF is #88B730. Grayscale: #646464. Windows color (decimal): -8959793 or 13584503. OLE color: 13584503.
HSL color Cylindrical-coordinate representation of color #7748CF: hue angle of 260.89º 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 #7748CF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 72 | 207 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.19 |
| HSL | 260.89º | 0.58% | 0.55% | - |
| HSV(B) | 260.89º | 0.65% | 0.81% | - |
| XYZ | 21.19 | 13.06 | 60.44 | - |
| YUV | 101.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 207 | 0.43 | 0.65 | 0 | 0.19 | 260.89 | 0.58 | 0.55 |
| Hex | 77 | 48 | CF | 2B | 41 | 0 | 13 | 105 | 3A | 37 |
| Octal | 167 | 110 | 317 | 53 | 101 | 0 | 23 | 405 | 72 | 67 |
| Binary | 1110111 | 1001000 | 11001111 | 101011 | 1000001 | 0 | 10011 | 100000101 | 111010 | 110111 |
Color Harmonies of #7748CF
Complementary color
Monochromatic Colors of #7748CF
Black with #7748CF
Text Example
Text Example
White with #7748CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748CF; }
p { color: rgb(119,72,207); }
H1.HeaderClassName
{
color: #7748CF;
}
.AnyTagClassName
{
color: #7748CF;
}
</style>
background-color css
<style>
a { background-color: #7748CF; }
a { background-color: rgb(119,72,207); }
div.DivClassName
{
background-color: #7748CF;
}
.BgClassName
{
background-color: #7748CF;
}
</style>
border-color css
<style>
span { border-color: #7748CF; }
span { border-color: rgb(119,72,207); }
td.TdClassName
{
border-color: #7748CF;
}
.TagClassName
{
border-color: #7748CF;
}
</style>