Shades of Slate Blue #7849CC
Tints of Slate Blue #7849CC
RGB
CMYK
RGB Variations
Color information
#7849CC (or 0x7849CC) is known color: Slate Blue. HEX triplet: 78, 49 and CC. RGB value is (120,73,204). Sum of RGB (Red+Green+Blue) = 120+73+204=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #7849CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849CC is #87B633. Grayscale: #656565. Windows color (decimal): -8894004 or 13388152. OLE color: 13388152.
HSL color Cylindrical-coordinate representation of color #7849CC: hue angle of 261.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7849CC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 73 | 204 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.2 |
| HSL | 261.53º | 0.56% | 0.54% | - |
| HSV(B) | 261.53º | 0.64% | 0.8% | - |
| XYZ | 21.03 | 13.12 | 58.55 | - |
| YUV | 101.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 204 | 0.41 | 0.64 | 0 | 0.2 | 261.53 | 0.56 | 0.54 |
| Hex | 78 | 49 | CC | 29 | 40 | 0 | 14 | 106 | 38 | 36 |
| Octal | 170 | 111 | 314 | 51 | 100 | 0 | 24 | 406 | 70 | 66 |
| Binary | 1111000 | 1001001 | 11001100 | 101001 | 1000000 | 0 | 10100 | 100000110 | 111000 | 110110 |
Color Harmonies of #7849CC
Complementary color
Monochromatic Colors of #7849CC
Black with #7849CC
Text Example
Text Example
White with #7849CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849CC; }
p { color: rgb(120,73,204); }
H1.HeaderClassName
{
color: #7849CC;
}
.AnyTagClassName
{
color: #7849CC;
}
</style>
background-color css
<style>
a { background-color: #7849CC; }
a { background-color: rgb(120,73,204); }
div.DivClassName
{
background-color: #7849CC;
}
.BgClassName
{
background-color: #7849CC;
}
</style>
border-color css
<style>
span { border-color: #7849CC; }
span { border-color: rgb(120,73,204); }
td.TdClassName
{
border-color: #7849CC;
}
.TagClassName
{
border-color: #7849CC;
}
</style>