Shades of Light Slate Blue #7780FE
Tints of Light Slate Blue #7780FE
RGB
CMYK
RGB Variations
Color information
#7780FE (or 0x7780FE) is known color: Light Slate Blue. HEX triplet: 77, 80 and FE. RGB value is (119,128,254). Sum of RGB (Red+Green+Blue) = 119+128+254=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #7780FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7780FE is #887F01. Grayscale: #8B8B8B. Windows color (decimal): -8945410 or 16679031. OLE color: 16679031.
HSL color Cylindrical-coordinate representation of color #7780FE: hue angle of 236º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7780FE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 128 | 254 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.00 |
| HSL | 236º | 0.99% | 0.73% | - |
| HSV(B) | 236º | 0.53% | 1% | - |
| XYZ | 33.22 | 26.52 | 97.13 | - |
| YUV | 139.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 254 | 0.53 | 0.50 | 0 | 0.00 | 236 | 0.99 | 0.73 |
| Hex | 77 | 80 | FE | 35 | 32 | 0 | 0 | EC | 63 | 49 |
| Octal | 167 | 200 | 376 | 65 | 62 | 0 | 0 | 354 | 143 | 111 |
| Binary | 1110111 | 10000000 | 11111110 | 110101 | 110010 | 0 | 0 | 11101100 | 1100011 | 1001001 |
Color Harmonies of #7780FE
Complementary color
Monochromatic Colors of #7780FE
Black with #7780FE
Text Example
Text Example
White with #7780FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780FE; }
p { color: rgb(119,128,254); }
H1.HeaderClassName
{
color: #7780FE;
}
.AnyTagClassName
{
color: #7780FE;
}
</style>
background-color css
<style>
a { background-color: #7780FE; }
a { background-color: rgb(119,128,254); }
div.DivClassName
{
background-color: #7780FE;
}
.BgClassName
{
background-color: #7780FE;
}
</style>
border-color css
<style>
span { border-color: #7780FE; }
span { border-color: rgb(119,128,254); }
td.TdClassName
{
border-color: #7780FE;
}
.TagClassName
{
border-color: #7780FE;
}
</style>