Shades of Light Slate Blue #787CFE
Tints of Light Slate Blue #787CFE
RGB
CMYK
RGB Variations
Color information
#787CFE (or 0x787CFE) is known color: Light Slate Blue. HEX triplet: 78, 7C and FE. RGB value is (120,124,254). Sum of RGB (Red+Green+Blue) = 120+124+254=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #787CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFE is #878301. Grayscale: #898989. Windows color (decimal): -8880898 or 16678008. OLE color: 16678008.
HSL color Cylindrical-coordinate representation of color #787CFE: hue angle of 238.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #787CFE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 124 | 254 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.00 |
| HSL | 238.21º | 0.99% | 0.73% | - |
| HSV(B) | 238.21º | 0.53% | 1% | - |
| XYZ | 32.84 | 25.56 | 96.97 | - |
| YUV | 137.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 254 | 0.53 | 0.51 | 0 | 0.00 | 238.21 | 0.99 | 0.73 |
| Hex | 78 | 7C | FE | 35 | 33 | 0 | 0 | EE | 63 | 49 |
| Octal | 170 | 174 | 376 | 65 | 63 | 0 | 0 | 356 | 143 | 111 |
| Binary | 1111000 | 1111100 | 11111110 | 110101 | 110011 | 0 | 0 | 11101110 | 1100011 | 1001001 |
Color Harmonies of #787CFE
Complementary color
Monochromatic Colors of #787CFE
Black with #787CFE
Text Example
Text Example
White with #787CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CFE; }
p { color: rgb(120,124,254); }
H1.HeaderClassName
{
color: #787CFE;
}
.AnyTagClassName
{
color: #787CFE;
}
</style>
background-color css
<style>
a { background-color: #787CFE; }
a { background-color: rgb(120,124,254); }
div.DivClassName
{
background-color: #787CFE;
}
.BgClassName
{
background-color: #787CFE;
}
</style>
border-color css
<style>
span { border-color: #787CFE; }
span { border-color: rgb(120,124,254); }
td.TdClassName
{
border-color: #787CFE;
}
.TagClassName
{
border-color: #787CFE;
}
</style>