Shades of Light Slate Blue #787CFF
Tints of Light Slate Blue #787CFF
RGB
CMYK
RGB Variations
Color information
#787CFF (or 0x787CFF) is known color: Light Slate Blue. HEX triplet: 78, 7C and FF. RGB value is (120,124,255). Sum of RGB (Red+Green+Blue) = 120+124+255=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #787CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFF is #878300. Grayscale: #898989. Windows color (decimal): -8880897 or 16743544. OLE color: 16743544.
HSL color Cylindrical-coordinate representation of color #787CFF: hue angle of 238.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #787CFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 124 | 255 | - |
| CMYK | 0.53 | 0.51 | 0 | 0 |
| HSL | 238.22º | 1% | 0.74% | - |
| HSV(B) | 238.22º | 0.53% | 1% | - |
| XYZ | 33 | 25.63 | 97.82 | - |
| YUV | 137.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 255 | 0.53 | 0.51 | 0 | 0 | 238.22 | 1 | 0.74 |
| Hex | 78 | 7C | FF | 35 | 33 | 0 | 0 | EE | 64 | 4A |
| Octal | 170 | 174 | 377 | 65 | 63 | 0 | 0 | 356 | 144 | 112 |
| Binary | 1111000 | 1111100 | 11111111 | 110101 | 110011 | 0 | 0 | 11101110 | 1100100 | 1001010 |
Color Harmonies of #787CFF
Complementary color
Monochromatic Colors of #787CFF
Black with #787CFF
Text Example
Text Example
White with #787CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CFF; }
p { color: rgb(120,124,255); }
H1.HeaderClassName
{
color: #787CFF;
}
.AnyTagClassName
{
color: #787CFF;
}
</style>
background-color css
<style>
a { background-color: #787CFF; }
a { background-color: rgb(120,124,255); }
div.DivClassName
{
background-color: #787CFF;
}
.BgClassName
{
background-color: #787CFF;
}
</style>
border-color css
<style>
span { border-color: #787CFF; }
span { border-color: rgb(120,124,255); }
td.TdClassName
{
border-color: #787CFF;
}
.TagClassName
{
border-color: #787CFF;
}
</style>