Shades of Slate Blue #784ADF
Tints of Slate Blue #784ADF
RGB
CMYK
RGB Variations
Color information
#784ADF (or 0x784ADF) is known color: Slate Blue. HEX triplet: 78, 4A and DF. RGB value is (120,74,223). Sum of RGB (Red+Green+Blue) = 120+74+223=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #784ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ADF is #87B520. Grayscale: #686868. Windows color (decimal): -8893729 or 14633592. OLE color: 14633592.
HSL color Cylindrical-coordinate representation of color #784ADF: hue angle of 258.52º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784ADF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 74 | 223 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.13 |
| HSL | 258.52º | 0.7% | 0.58% | - |
| HSV(B) | 258.52º | 0.67% | 0.87% | - |
| XYZ | 23.51 | 14.22 | 71.32 | - |
| YUV | 104.74 | 194.74 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 223 | 0.46 | 0.67 | 0 | 0.13 | 258.52 | 0.7 | 0.58 |
| Hex | 78 | 4A | DF | 2E | 43 | 0 | D | 103 | 46 | 3A |
| Octal | 170 | 112 | 337 | 56 | 103 | 0 | 15 | 403 | 106 | 72 |
| Binary | 1111000 | 1001010 | 11011111 | 101110 | 1000011 | 0 | 1101 | 100000011 | 1000110 | 111010 |
Color Harmonies of #784ADF
Complementary color
Monochromatic Colors of #784ADF
Black with #784ADF
Text Example
Text Example
White with #784ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784ADF; }
p { color: rgb(120,74,223); }
H1.HeaderClassName
{
color: #784ADF;
}
.AnyTagClassName
{
color: #784ADF;
}
</style>
background-color css
<style>
a { background-color: #784ADF; }
a { background-color: rgb(120,74,223); }
div.DivClassName
{
background-color: #784ADF;
}
.BgClassName
{
background-color: #784ADF;
}
</style>
border-color css
<style>
span { border-color: #784ADF; }
span { border-color: rgb(120,74,223); }
td.TdClassName
{
border-color: #784ADF;
}
.TagClassName
{
border-color: #784ADF;
}
</style>