Shades of Light Slate Blue #787EFF
Tints of Light Slate Blue #787EFF
RGB
CMYK
RGB Variations
Color information
#787EFF (or 0x787EFF) is known color: Light Slate Blue. HEX triplet: 78, 7E and FF. RGB value is (120,126,255). Sum of RGB (Red+Green+Blue) = 120+126+255=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #787EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787EFF is #878100. Grayscale: #8A8A8A. Windows color (decimal): -8880385 or 16744056. OLE color: 16744056.
HSL color Cylindrical-coordinate representation of color #787EFF: hue angle of 237.33º 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 #787EFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 126 | 255 | - |
| CMYK | 0.53 | 0.51 | 0 | 0 |
| HSL | 237.33º | 1% | 0.74% | - |
| HSV(B) | 237.33º | 0.53% | 1% | - |
| XYZ | 33.26 | 26.13 | 97.9 | - |
| YUV | 138.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 255 | 0.53 | 0.51 | 0 | 0 | 237.33 | 1 | 0.74 |
| Hex | 78 | 7E | FF | 35 | 33 | 0 | 0 | ED | 64 | 4A |
| Octal | 170 | 176 | 377 | 65 | 63 | 0 | 0 | 355 | 144 | 112 |
| Binary | 1111000 | 1111110 | 11111111 | 110101 | 110011 | 0 | 0 | 11101101 | 1100100 | 1001010 |
Color Harmonies of #787EFF
Complementary color
Monochromatic Colors of #787EFF
Black with #787EFF
Text Example
Text Example
White with #787EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EFF; }
p { color: rgb(120,126,255); }
H1.HeaderClassName
{
color: #787EFF;
}
.AnyTagClassName
{
color: #787EFF;
}
</style>
background-color css
<style>
a { background-color: #787EFF; }
a { background-color: rgb(120,126,255); }
div.DivClassName
{
background-color: #787EFF;
}
.BgClassName
{
background-color: #787EFF;
}
</style>
border-color css
<style>
span { border-color: #787EFF; }
span { border-color: rgb(120,126,255); }
td.TdClassName
{
border-color: #787EFF;
}
.TagClassName
{
border-color: #787EFF;
}
</style>