Shades of Slate Blue #7748CE
Tints of Slate Blue #7748CE
RGB
CMYK
RGB Variations
Color information
#7748CE (or 0x7748CE) is known color: Slate Blue. HEX triplet: 77, 48 and CE. RGB value is (119,72,206). Sum of RGB (Red+Green+Blue) = 119+72+206=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #7748CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748CE is #88B731. Grayscale: #646464. Windows color (decimal): -8959794 or 13518967. OLE color: 13518967.
HSL color Cylindrical-coordinate representation of color #7748CE: hue angle of 261.04º 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 #7748CE is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 72 | 206 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.19 |
| HSL | 261.04º | 0.58% | 0.55% | - |
| HSV(B) | 261.04º | 0.65% | 0.81% | - |
| XYZ | 21.07 | 13.01 | 59.79 | - |
| YUV | 101.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 206 | 0.42 | 0.65 | 0 | 0.19 | 261.04 | 0.58 | 0.55 |
| Hex | 77 | 48 | CE | 2A | 41 | 0 | 13 | 105 | 3A | 37 |
| Octal | 167 | 110 | 316 | 52 | 101 | 0 | 23 | 405 | 72 | 67 |
| Binary | 1110111 | 1001000 | 11001110 | 101010 | 1000001 | 0 | 10011 | 100000101 | 111010 | 110111 |
Color Harmonies of #7748CE
Complementary color
Monochromatic Colors of #7748CE
Black with #7748CE
Text Example
Text Example
White with #7748CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748CE; }
p { color: rgb(119,72,206); }
H1.HeaderClassName
{
color: #7748CE;
}
.AnyTagClassName
{
color: #7748CE;
}
</style>
background-color css
<style>
a { background-color: #7748CE; }
a { background-color: rgb(119,72,206); }
div.DivClassName
{
background-color: #7748CE;
}
.BgClassName
{
background-color: #7748CE;
}
</style>
border-color css
<style>
span { border-color: #7748CE; }
span { border-color: rgb(119,72,206); }
td.TdClassName
{
border-color: #7748CE;
}
.TagClassName
{
border-color: #7748CE;
}
</style>