Shades of Light Slate Blue #7B78FE
Tints of Light Slate Blue #7B78FE
RGB
CMYK
RGB Variations
Color information
#7B78FE (or 0x7B78FE) is known color: Light Slate Blue. HEX triplet: 7B, 78 and FE. RGB value is (123,120,254). Sum of RGB (Red+Green+Blue) = 123+120+254=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B78FE is #848701. Grayscale: #878787. Windows color (decimal): -8685314 or 16676987. OLE color: 16676987.
HSL color Cylindrical-coordinate representation of color #7B78FE: hue angle of 241.34º 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 #7B78FE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 120 | 254 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.00 |
| HSL | 241.34º | 0.99% | 0.73% | - |
| HSV(B) | 241.34º | 0.53% | 1% | - |
| XYZ | 32.77 | 24.8 | 96.83 | - |
| YUV | 136.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 254 | 0.52 | 0.53 | 0 | 0.00 | 241.34 | 0.99 | 0.73 |
| Hex | 7B | 78 | FE | 34 | 35 | 0 | 0 | F1 | 63 | 49 |
| Octal | 173 | 170 | 376 | 64 | 65 | 0 | 0 | 361 | 143 | 111 |
| Binary | 1111011 | 1111000 | 11111110 | 110100 | 110101 | 0 | 0 | 11110001 | 1100011 | 1001001 |
Color Harmonies of #7B78FE
Complementary color
Monochromatic Colors of #7B78FE
Black with #7B78FE
Text Example
Text Example
White with #7B78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B78FE; }
p { color: rgb(123,120,254); }
H1.HeaderClassName
{
color: #7B78FE;
}
.AnyTagClassName
{
color: #7B78FE;
}
</style>
background-color css
<style>
a { background-color: #7B78FE; }
a { background-color: rgb(123,120,254); }
div.DivClassName
{
background-color: #7B78FE;
}
.BgClassName
{
background-color: #7B78FE;
}
</style>
border-color css
<style>
span { border-color: #7B78FE; }
span { border-color: rgb(123,120,254); }
td.TdClassName
{
border-color: #7B78FE;
}
.TagClassName
{
border-color: #7B78FE;
}
</style>