Shades of Light Slate Blue #787AFF
Tints of Light Slate Blue #787AFF
RGB
CMYK
RGB Variations
Color information
#787AFF (or 0x787AFF) is known color: Light Slate Blue. HEX triplet: 78, 7A and FF. RGB value is (120,122,255). Sum of RGB (Red+Green+Blue) = 120+122+255=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #787AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787AFF is #878500. Grayscale: #888888. Windows color (decimal): -8881409 or 16743032. OLE color: 16743032.
HSL color Cylindrical-coordinate representation of color #787AFF: hue angle of 239.11º 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 #787AFF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 122 | 255 | - |
| CMYK | 0.53 | 0.52 | 0 | 0 |
| HSL | 239.11º | 1% | 0.74% | - |
| HSV(B) | 239.11º | 0.53% | 1% | - |
| XYZ | 32.76 | 25.13 | 97.73 | - |
| YUV | 136.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 255 | 0.53 | 0.52 | 0 | 0 | 239.11 | 1 | 0.74 |
| Hex | 78 | 7A | FF | 35 | 34 | 0 | 0 | EF | 64 | 4A |
| Octal | 170 | 172 | 377 | 65 | 64 | 0 | 0 | 357 | 144 | 112 |
| Binary | 1111000 | 1111010 | 11111111 | 110101 | 110100 | 0 | 0 | 11101111 | 1100100 | 1001010 |
Color Harmonies of #787AFF
Complementary color
Monochromatic Colors of #787AFF
Black with #787AFF
Text Example
Text Example
White with #787AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787AFF; }
p { color: rgb(120,122,255); }
H1.HeaderClassName
{
color: #787AFF;
}
.AnyTagClassName
{
color: #787AFF;
}
</style>
background-color css
<style>
a { background-color: #787AFF; }
a { background-color: rgb(120,122,255); }
div.DivClassName
{
background-color: #787AFF;
}
.BgClassName
{
background-color: #787AFF;
}
</style>
border-color css
<style>
span { border-color: #787AFF; }
span { border-color: rgb(120,122,255); }
td.TdClassName
{
border-color: #787AFF;
}
.TagClassName
{
border-color: #787AFF;
}
</style>