Shades of Slate Blue #784CCF
Tints of Slate Blue #784CCF
RGB
CMYK
RGB Variations
Color information
#784CCF (or 0x784CCF) is known color: Slate Blue. HEX triplet: 78, 4C and CF. RGB value is (120,76,207). Sum of RGB (Red+Green+Blue) = 120+76+207=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #784CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CCF is #87B330. Grayscale: #676767. Windows color (decimal): -8893233 or 13585528. OLE color: 13585528.
HSL color Cylindrical-coordinate representation of color #784CCF: hue angle of 260.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784CCF is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 76 | 207 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.19 |
| HSL | 260.15º | 0.58% | 0.55% | - |
| HSV(B) | 260.15º | 0.63% | 0.81% | - |
| XYZ | 21.59 | 13.67 | 60.53 | - |
| YUV | 104.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 207 | 0.42 | 0.63 | 0 | 0.19 | 260.15 | 0.58 | 0.55 |
| Hex | 78 | 4C | CF | 2A | 3F | 0 | 13 | 104 | 3A | 37 |
| Octal | 170 | 114 | 317 | 52 | 77 | 0 | 23 | 404 | 72 | 67 |
| Binary | 1111000 | 1001100 | 11001111 | 101010 | 111111 | 0 | 10011 | 100000100 | 111010 | 110111 |
Color Harmonies of #784CCF
Complementary color
Monochromatic Colors of #784CCF
Black with #784CCF
Text Example
Text Example
White with #784CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CCF; }
p { color: rgb(120,76,207); }
H1.HeaderClassName
{
color: #784CCF;
}
.AnyTagClassName
{
color: #784CCF;
}
</style>
background-color css
<style>
a { background-color: #784CCF; }
a { background-color: rgb(120,76,207); }
div.DivClassName
{
background-color: #784CCF;
}
.BgClassName
{
background-color: #784CCF;
}
</style>
border-color css
<style>
span { border-color: #784CCF; }
span { border-color: rgb(120,76,207); }
td.TdClassName
{
border-color: #784CCF;
}
.TagClassName
{
border-color: #784CCF;
}
</style>