Shades of Light Slate Blue #777AF6
Tints of Light Slate Blue #777AF6
RGB
CMYK
RGB Variations
Color information
#777AF6 (or 0x777AF6) is known color: Light Slate Blue. HEX triplet: 77, 7A and F6. RGB value is (119,122,246). Sum of RGB (Red+Green+Blue) = 119+122+246=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #777AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF6 is #888509. Grayscale: #868686. Windows color (decimal): -8946954 or 16153207. OLE color: 16153207.
HSL color Cylindrical-coordinate representation of color #777AF6: hue angle of 238.58º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777AF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 122 | 246 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.04 |
| HSL | 238.58º | 0.88% | 0.72% | - |
| HSV(B) | 238.58º | 0.52% | 0.96% | - |
| XYZ | 31.2 | 24.49 | 90.27 | - |
| YUV | 135.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 246 | 0.52 | 0.50 | 0 | 0.04 | 238.58 | 0.88 | 0.72 |
| Hex | 77 | 7A | F6 | 34 | 32 | 0 | 4 | EF | 58 | 48 |
| Octal | 167 | 172 | 366 | 64 | 62 | 0 | 4 | 357 | 130 | 110 |
| Binary | 1110111 | 1111010 | 11110110 | 110100 | 110010 | 0 | 100 | 11101111 | 1011000 | 1001000 |
Color Harmonies of #777AF6
Complementary color
Monochromatic Colors of #777AF6
Black with #777AF6
Text Example
Text Example
White with #777AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AF6; }
p { color: rgb(119,122,246); }
H1.HeaderClassName
{
color: #777AF6;
}
.AnyTagClassName
{
color: #777AF6;
}
</style>
background-color css
<style>
a { background-color: #777AF6; }
a { background-color: rgb(119,122,246); }
div.DivClassName
{
background-color: #777AF6;
}
.BgClassName
{
background-color: #777AF6;
}
</style>
border-color css
<style>
span { border-color: #777AF6; }
span { border-color: rgb(119,122,246); }
td.TdClassName
{
border-color: #777AF6;
}
.TagClassName
{
border-color: #777AF6;
}
</style>