Shades of Slate Blue #7845DF
Tints of Slate Blue #7845DF
RGB
CMYK
RGB Variations
Color information
#7845DF (or 0x7845DF) is known color: Slate Blue. HEX triplet: 78, 45 and DF. RGB value is (120,69,223). Sum of RGB (Red+Green+Blue) = 120+69+223=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #7845DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7845DF is #87BA20. Grayscale: #656565. Windows color (decimal): -8895009 or 14632312. OLE color: 14632312.
HSL color Cylindrical-coordinate representation of color #7845DF: hue angle of 259.87º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7845DF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 69 | 223 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.13 |
| HSL | 259.87º | 0.71% | 0.57% | - |
| HSV(B) | 259.87º | 0.69% | 0.87% | - |
| XYZ | 23.19 | 13.58 | 71.21 | - |
| YUV | 101.81 | 196.4 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 223 | 0.46 | 0.69 | 0 | 0.13 | 259.87 | 0.71 | 0.57 |
| Hex | 78 | 45 | DF | 2E | 45 | 0 | D | 104 | 47 | 39 |
| Octal | 170 | 105 | 337 | 56 | 105 | 0 | 15 | 404 | 107 | 71 |
| Binary | 1111000 | 1000101 | 11011111 | 101110 | 1000101 | 0 | 1101 | 100000100 | 1000111 | 111001 |
Color Harmonies of #7845DF
Complementary color
Monochromatic Colors of #7845DF
Black with #7845DF
Text Example
Text Example
White with #7845DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7845DF; }
p { color: rgb(120,69,223); }
H1.HeaderClassName
{
color: #7845DF;
}
.AnyTagClassName
{
color: #7845DF;
}
</style>
background-color css
<style>
a { background-color: #7845DF; }
a { background-color: rgb(120,69,223); }
div.DivClassName
{
background-color: #7845DF;
}
.BgClassName
{
background-color: #7845DF;
}
</style>
border-color css
<style>
span { border-color: #7845DF; }
span { border-color: rgb(120,69,223); }
td.TdClassName
{
border-color: #7845DF;
}
.TagClassName
{
border-color: #7845DF;
}
</style>