Shades of Light Slate Blue #7782F4
Tints of Light Slate Blue #7782F4
RGB
CMYK
RGB Variations
Color information
#7782F4 (or 0x7782F4) is known color: Light Slate Blue. HEX triplet: 77, 82 and F4. RGB value is (119,130,244). Sum of RGB (Red+Green+Blue) = 119+130+244=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #7782F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7782F4 is #887D0B. Grayscale: #8B8B8B. Windows color (decimal): -8944908 or 16024183. OLE color: 16024183.
HSL color Cylindrical-coordinate representation of color #7782F4: hue angle of 234.72º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7782F4 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 130 | 244 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.04 |
| HSL | 234.72º | 0.85% | 0.71% | - |
| HSV(B) | 234.72º | 0.51% | 0.96% | - |
| XYZ | 31.92 | 26.42 | 89 | - |
| YUV | 139.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 244 | 0.51 | 0.47 | 0 | 0.04 | 234.72 | 0.85 | 0.71 |
| Hex | 77 | 82 | F4 | 33 | 2F | 0 | 4 | EB | 55 | 47 |
| Octal | 167 | 202 | 364 | 63 | 57 | 0 | 4 | 353 | 125 | 107 |
| Binary | 1110111 | 10000010 | 11110100 | 110011 | 101111 | 0 | 100 | 11101011 | 1010101 | 1000111 |
Color Harmonies of #7782F4
Complementary color
Monochromatic Colors of #7782F4
Black with #7782F4
Text Example
Text Example
White with #7782F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782F4; }
p { color: rgb(119,130,244); }
H1.HeaderClassName
{
color: #7782F4;
}
.AnyTagClassName
{
color: #7782F4;
}
</style>
background-color css
<style>
a { background-color: #7782F4; }
a { background-color: rgb(119,130,244); }
div.DivClassName
{
background-color: #7782F4;
}
.BgClassName
{
background-color: #7782F4;
}
</style>
border-color css
<style>
span { border-color: #7782F4; }
span { border-color: rgb(119,130,244); }
td.TdClassName
{
border-color: #7782F4;
}
.TagClassName
{
border-color: #7782F4;
}
</style>