Shades of Slate Blue #784FCB
Tints of Slate Blue #784FCB
RGB
CMYK
RGB Variations
Color information
#784FCB (or 0x784FCB) is known color: Slate Blue. HEX triplet: 78, 4F and CB. RGB value is (120,79,203). Sum of RGB (Red+Green+Blue) = 120+79+203=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #784FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCB is #87B034. Grayscale: #686868. Windows color (decimal): -8892469 or 13324152. OLE color: 13324152.
HSL color Cylindrical-coordinate representation of color #784FCB: hue angle of 259.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784FCB is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 79 | 203 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.20 |
| HSL | 259.84º | 0.54% | 0.55% | - |
| HSV(B) | 259.84º | 0.61% | 0.8% | - |
| XYZ | 21.32 | 13.9 | 58.06 | - |
| YUV | 105.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 203 | 0.41 | 0.61 | 0 | 0.20 | 259.84 | 0.54 | 0.55 |
| Hex | 78 | 4F | CB | 29 | 3D | 0 | 14 | 104 | 36 | 37 |
| Octal | 170 | 117 | 313 | 51 | 75 | 0 | 24 | 404 | 66 | 67 |
| Binary | 1111000 | 1001111 | 11001011 | 101001 | 111101 | 0 | 10100 | 100000100 | 110110 | 110111 |
Color Harmonies of #784FCB
Complementary color
Monochromatic Colors of #784FCB
Black with #784FCB
Text Example
Text Example
White with #784FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FCB; }
p { color: rgb(120,79,203); }
H1.HeaderClassName
{
color: #784FCB;
}
.AnyTagClassName
{
color: #784FCB;
}
</style>
background-color css
<style>
a { background-color: #784FCB; }
a { background-color: rgb(120,79,203); }
div.DivClassName
{
background-color: #784FCB;
}
.BgClassName
{
background-color: #784FCB;
}
</style>
border-color css
<style>
span { border-color: #784FCB; }
span { border-color: rgb(120,79,203); }
td.TdClassName
{
border-color: #784FCB;
}
.TagClassName
{
border-color: #784FCB;
}
</style>