Shades of Slate Blue #7748D1
Tints of Slate Blue #7748D1
RGB
CMYK
RGB Variations
Color information
#7748D1 (or 0x7748D1) is known color: Slate Blue. HEX triplet: 77, 48 and D1. RGB value is (119,72,209). Sum of RGB (Red+Green+Blue) = 119+72+209=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #7748D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748D1 is #88B72E. Grayscale: #656565. Windows color (decimal): -8959791 or 13715575. OLE color: 13715575.
HSL color Cylindrical-coordinate representation of color #7748D1: hue angle of 260.58º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7748D1 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 72 | 209 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.18 |
| HSL | 260.58º | 0.6% | 0.55% | - |
| HSV(B) | 260.58º | 0.66% | 0.82% | - |
| XYZ | 21.43 | 13.16 | 61.73 | - |
| YUV | 101.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 209 | 0.43 | 0.66 | 0 | 0.18 | 260.58 | 0.6 | 0.55 |
| Hex | 77 | 48 | D1 | 2B | 42 | 0 | 12 | 105 | 3C | 37 |
| Octal | 167 | 110 | 321 | 53 | 102 | 0 | 22 | 405 | 74 | 67 |
| Binary | 1110111 | 1001000 | 11010001 | 101011 | 1000010 | 0 | 10010 | 100000101 | 111100 | 110111 |
Color Harmonies of #7748D1
Complementary color
Monochromatic Colors of #7748D1
Black with #7748D1
Text Example
Text Example
White with #7748D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748D1; }
p { color: rgb(119,72,209); }
H1.HeaderClassName
{
color: #7748D1;
}
.AnyTagClassName
{
color: #7748D1;
}
</style>
background-color css
<style>
a { background-color: #7748D1; }
a { background-color: rgb(119,72,209); }
div.DivClassName
{
background-color: #7748D1;
}
.BgClassName
{
background-color: #7748D1;
}
</style>
border-color css
<style>
span { border-color: #7748D1; }
span { border-color: rgb(119,72,209); }
td.TdClassName
{
border-color: #7748D1;
}
.TagClassName
{
border-color: #7748D1;
}
</style>