Shades of Light Slate Blue #7780FF
Tints of Light Slate Blue #7780FF
RGB
CMYK
RGB Variations
Color information
#7780FF (or 0x7780FF) is known color: Light Slate Blue. HEX triplet: 77, 80 and FF. RGB value is (119,128,255). Sum of RGB (Red+Green+Blue) = 119+128+255=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7780FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7780FF is #887F00. Grayscale: #8B8B8B. Windows color (decimal): -8945409 or 16744567. OLE color: 16744567.
HSL color Cylindrical-coordinate representation of color #7780FF: hue angle of 236.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7780FF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 128 | 255 | - |
| CMYK | 0.53 | 0.50 | 0 | 0 |
| HSL | 236.03º | 1% | 0.73% | - |
| HSV(B) | 236.03º | 0.53% | 1% | - |
| XYZ | 33.38 | 26.58 | 97.98 | - |
| YUV | 139.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 255 | 0.53 | 0.50 | 0 | 0 | 236.03 | 1 | 0.73 |
| Hex | 77 | 80 | FF | 35 | 32 | 0 | 0 | EC | 64 | 49 |
| Octal | 167 | 200 | 377 | 65 | 62 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110111 | 10000000 | 11111111 | 110101 | 110010 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #7780FF
Complementary color
Monochromatic Colors of #7780FF
Black with #7780FF
Text Example
Text Example
White with #7780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780FF; }
p { color: rgb(119,128,255); }
H1.HeaderClassName
{
color: #7780FF;
}
.AnyTagClassName
{
color: #7780FF;
}
</style>
background-color css
<style>
a { background-color: #7780FF; }
a { background-color: rgb(119,128,255); }
div.DivClassName
{
background-color: #7780FF;
}
.BgClassName
{
background-color: #7780FF;
}
</style>
border-color css
<style>
span { border-color: #7780FF; }
span { border-color: rgb(119,128,255); }
td.TdClassName
{
border-color: #7780FF;
}
.TagClassName
{
border-color: #7780FF;
}
</style>