Shades of Slate Blue #7844D2
Tints of Slate Blue #7844D2
RGB
CMYK
RGB Variations
Color information
#7844D2 (or 0x7844D2) is known color: Slate Blue. HEX triplet: 78, 44 and D2. RGB value is (120,68,210). Sum of RGB (Red+Green+Blue) = 120+68+210=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #7844D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7844D2 is #87BB2D. Grayscale: #636363. Windows color (decimal): -8895278 or 13780088. OLE color: 13780088.
HSL color Cylindrical-coordinate representation of color #7844D2: hue angle of 261.97º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7844D2 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 68 | 210 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.18 |
| HSL | 261.97º | 0.61% | 0.55% | - |
| HSV(B) | 261.97º | 0.68% | 0.82% | - |
| XYZ | 21.45 | 12.78 | 62.31 | - |
| YUV | 99.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 210 | 0.43 | 0.68 | 0 | 0.18 | 261.97 | 0.61 | 0.55 |
| Hex | 78 | 44 | D2 | 2B | 44 | 0 | 12 | 106 | 3D | 37 |
| Octal | 170 | 104 | 322 | 53 | 104 | 0 | 22 | 406 | 75 | 67 |
| Binary | 1111000 | 1000100 | 11010010 | 101011 | 1000100 | 0 | 10010 | 100000110 | 111101 | 110111 |
Color Harmonies of #7844D2
Complementary color
Monochromatic Colors of #7844D2
Black with #7844D2
Text Example
Text Example
White with #7844D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7844D2; }
p { color: rgb(120,68,210); }
H1.HeaderClassName
{
color: #7844D2;
}
.AnyTagClassName
{
color: #7844D2;
}
</style>
background-color css
<style>
a { background-color: #7844D2; }
a { background-color: rgb(120,68,210); }
div.DivClassName
{
background-color: #7844D2;
}
.BgClassName
{
background-color: #7844D2;
}
</style>
border-color css
<style>
span { border-color: #7844D2; }
span { border-color: rgb(120,68,210); }
td.TdClassName
{
border-color: #7844D2;
}
.TagClassName
{
border-color: #7844D2;
}
</style>