Shades of Light Slate Blue #787BFA
Tints of Light Slate Blue #787BFA
RGB
CMYK
RGB Variations
Color information
#787BFA (or 0x787BFA) is known color: Light Slate Blue. HEX triplet: 78, 7B and FA. RGB value is (120,123,250). Sum of RGB (Red+Green+Blue) = 120+123+250=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #787BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BFA is #878405. Grayscale: #888888. Windows color (decimal): -8881158 or 16415608. OLE color: 16415608.
HSL color Cylindrical-coordinate representation of color #787BFA: hue angle of 238.62º degrees, saturation: 0.93, 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 #787BFA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 123 | 250 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.02 |
| HSL | 238.62º | 0.93% | 0.73% | - |
| HSV(B) | 238.62º | 0.52% | 0.98% | - |
| XYZ | 32.08 | 25.06 | 93.59 | - |
| YUV | 136.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 250 | 0.52 | 0.51 | 0 | 0.02 | 238.62 | 0.93 | 0.73 |
| Hex | 78 | 7B | FA | 34 | 33 | 0 | 2 | EF | 5D | 49 |
| Octal | 170 | 173 | 372 | 64 | 63 | 0 | 2 | 357 | 135 | 111 |
| Binary | 1111000 | 1111011 | 11111010 | 110100 | 110011 | 0 | 10 | 11101111 | 1011101 | 1001001 |
Color Harmonies of #787BFA
Complementary color
Monochromatic Colors of #787BFA
Black with #787BFA
Text Example
Text Example
White with #787BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BFA; }
p { color: rgb(120,123,250); }
H1.HeaderClassName
{
color: #787BFA;
}
.AnyTagClassName
{
color: #787BFA;
}
</style>
background-color css
<style>
a { background-color: #787BFA; }
a { background-color: rgb(120,123,250); }
div.DivClassName
{
background-color: #787BFA;
}
.BgClassName
{
background-color: #787BFA;
}
</style>
border-color css
<style>
span { border-color: #787BFA; }
span { border-color: rgb(120,123,250); }
td.TdClassName
{
border-color: #787BFA;
}
.TagClassName
{
border-color: #787BFA;
}
</style>