Shades of Light Slate Blue #777AFE
Tints of Light Slate Blue #777AFE
RGB
CMYK
RGB Variations
Color information
#777AFE (or 0x777AFE) is known color: Light Slate Blue. HEX triplet: 77, 7A and FE. RGB value is (119,122,254). Sum of RGB (Red+Green+Blue) = 119+122+254=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #777AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AFE is #888501. Grayscale: #878787. Windows color (decimal): -8946946 or 16677495. OLE color: 16677495.
HSL color Cylindrical-coordinate representation of color #777AFE: hue angle of 238.67º 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 #777AFE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 122 | 254 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.00 |
| HSL | 238.67º | 0.99% | 0.73% | - |
| HSV(B) | 238.67º | 0.53% | 1% | - |
| XYZ | 32.46 | 25 | 96.88 | - |
| YUV | 136.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 254 | 0.53 | 0.52 | 0 | 0.00 | 238.67 | 0.99 | 0.73 |
| Hex | 77 | 7A | FE | 35 | 34 | 0 | 0 | EF | 63 | 49 |
| Octal | 167 | 172 | 376 | 65 | 64 | 0 | 0 | 357 | 143 | 111 |
| Binary | 1110111 | 1111010 | 11111110 | 110101 | 110100 | 0 | 0 | 11101111 | 1100011 | 1001001 |
Color Harmonies of #777AFE
Complementary color
Monochromatic Colors of #777AFE
Black with #777AFE
Text Example
Text Example
White with #777AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777AFE; }
p { color: rgb(119,122,254); }
H1.HeaderClassName
{
color: #777AFE;
}
.AnyTagClassName
{
color: #777AFE;
}
</style>
background-color css
<style>
a { background-color: #777AFE; }
a { background-color: rgb(119,122,254); }
div.DivClassName
{
background-color: #777AFE;
}
.BgClassName
{
background-color: #777AFE;
}
</style>
border-color css
<style>
span { border-color: #777AFE; }
span { border-color: rgb(119,122,254); }
td.TdClassName
{
border-color: #777AFE;
}
.TagClassName
{
border-color: #777AFE;
}
</style>