Shades of Slate Blue #784CDE
Tints of Slate Blue #784CDE
RGB
CMYK
RGB Variations
Color information
#784CDE (or 0x784CDE) is known color: Slate Blue. HEX triplet: 78, 4C and DE. RGB value is (120,76,222). Sum of RGB (Red+Green+Blue) = 120+76+222=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #784CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CDE is #87B321. Grayscale: #696969. Windows color (decimal): -8893218 or 14568568. OLE color: 14568568.
HSL color Cylindrical-coordinate representation of color #784CDE: hue angle of 258.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784CDE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 76 | 222 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.13 |
| HSL | 258.08º | 0.69% | 0.58% | - |
| HSV(B) | 258.08º | 0.66% | 0.87% | - |
| XYZ | 23.51 | 14.44 | 70.65 | - |
| YUV | 105.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 222 | 0.46 | 0.66 | 0 | 0.13 | 258.08 | 0.69 | 0.58 |
| Hex | 78 | 4C | DE | 2E | 42 | 0 | D | 102 | 45 | 3A |
| Octal | 170 | 114 | 336 | 56 | 102 | 0 | 15 | 402 | 105 | 72 |
| Binary | 1111000 | 1001100 | 11011110 | 101110 | 1000010 | 0 | 1101 | 100000010 | 1000101 | 111010 |
Color Harmonies of #784CDE
Complementary color
Monochromatic Colors of #784CDE
Black with #784CDE
Text Example
Text Example
White with #784CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CDE; }
p { color: rgb(120,76,222); }
H1.HeaderClassName
{
color: #784CDE;
}
.AnyTagClassName
{
color: #784CDE;
}
</style>
background-color css
<style>
a { background-color: #784CDE; }
a { background-color: rgb(120,76,222); }
div.DivClassName
{
background-color: #784CDE;
}
.BgClassName
{
background-color: #784CDE;
}
</style>
border-color css
<style>
span { border-color: #784CDE; }
span { border-color: rgb(120,76,222); }
td.TdClassName
{
border-color: #784CDE;
}
.TagClassName
{
border-color: #784CDE;
}
</style>