Shades of Light Slate Blue #7780F2
Tints of Light Slate Blue #7780F2
RGB
CMYK
RGB Variations
Color information
#7780F2 (or 0x7780F2) is known color: Light Slate Blue. HEX triplet: 77, 80 and F2. RGB value is (119,128,242). Sum of RGB (Red+Green+Blue) = 119+128+242=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #7780F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7780F2 is #887F0D. Grayscale: #898989. Windows color (decimal): -8945422 or 15892599. OLE color: 15892599.
HSL color Cylindrical-coordinate representation of color #7780F2: hue angle of 235.61º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7780F2 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 128 | 242 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.05 |
| HSL | 235.61º | 0.83% | 0.71% | - |
| HSV(B) | 235.61º | 0.51% | 0.95% | - |
| XYZ | 31.35 | 25.77 | 87.33 | - |
| YUV | 138.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 242 | 0.51 | 0.47 | 0 | 0.05 | 235.61 | 0.83 | 0.71 |
| Hex | 77 | 80 | F2 | 33 | 2F | 0 | 5 | EC | 53 | 47 |
| Octal | 167 | 200 | 362 | 63 | 57 | 0 | 5 | 354 | 123 | 107 |
| Binary | 1110111 | 10000000 | 11110010 | 110011 | 101111 | 0 | 101 | 11101100 | 1010011 | 1000111 |
Color Harmonies of #7780F2
Complementary color
Monochromatic Colors of #7780F2
Black with #7780F2
Text Example
Text Example
White with #7780F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780F2; }
p { color: rgb(119,128,242); }
H1.HeaderClassName
{
color: #7780F2;
}
.AnyTagClassName
{
color: #7780F2;
}
</style>
background-color css
<style>
a { background-color: #7780F2; }
a { background-color: rgb(119,128,242); }
div.DivClassName
{
background-color: #7780F2;
}
.BgClassName
{
background-color: #7780F2;
}
</style>
border-color css
<style>
span { border-color: #7780F2; }
span { border-color: rgb(119,128,242); }
td.TdClassName
{
border-color: #7780F2;
}
.TagClassName
{
border-color: #7780F2;
}
</style>