Shades of Light Slate Blue #7C78FB
Tints of Light Slate Blue #7C78FB
RGB
CMYK
RGB Variations
Color information
#7C78FB (or 0x7C78FB) is known color: Light Slate Blue. HEX triplet: 7C, 78 and FB. RGB value is (124,120,251). Sum of RGB (Red+Green+Blue) = 124+120+251=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C78FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C78FB is #838704. Grayscale: #878787. Windows color (decimal): -8619781 or 16480380. OLE color: 16480380.
HSL color Cylindrical-coordinate representation of color #7C78FB: hue angle of 241.83º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C78FB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 120 | 251 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.02 |
| HSL | 241.83º | 0.94% | 0.73% | - |
| HSV(B) | 241.83º | 0.52% | 0.98% | - |
| XYZ | 32.44 | 24.68 | 94.32 | - |
| YUV | 136.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 251 | 0.51 | 0.52 | 0 | 0.02 | 241.83 | 0.94 | 0.73 |
| Hex | 7C | 78 | FB | 33 | 34 | 0 | 2 | F2 | 5E | 49 |
| Octal | 174 | 170 | 373 | 63 | 64 | 0 | 2 | 362 | 136 | 111 |
| Binary | 1111100 | 1111000 | 11111011 | 110011 | 110100 | 0 | 10 | 11110010 | 1011110 | 1001001 |
Color Harmonies of #7C78FB
Complementary color
Monochromatic Colors of #7C78FB
Black with #7C78FB
Text Example
Text Example
White with #7C78FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C78FB; }
p { color: rgb(124,120,251); }
H1.HeaderClassName
{
color: #7C78FB;
}
.AnyTagClassName
{
color: #7C78FB;
}
</style>
background-color css
<style>
a { background-color: #7C78FB; }
a { background-color: rgb(124,120,251); }
div.DivClassName
{
background-color: #7C78FB;
}
.BgClassName
{
background-color: #7C78FB;
}
</style>
border-color css
<style>
span { border-color: #7C78FB; }
span { border-color: rgb(124,120,251); }
td.TdClassName
{
border-color: #7C78FB;
}
.TagClassName
{
border-color: #7C78FB;
}
</style>