Shades of Light Slate Blue #7771FF
Tints of Light Slate Blue #7771FF
RGB
CMYK
RGB Variations
Color information
#7771FF (or 0x7771FF) is known color: Light Slate Blue. HEX triplet: 77, 71 and FF. RGB value is (119,113,255). Sum of RGB (Red+Green+Blue) = 119+113+255=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #7771FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771FF is #888E00. Grayscale: #828282. Windows color (decimal): -8949249 or 16740727. OLE color: 16740727.
HSL color Cylindrical-coordinate representation of color #7771FF: hue angle of 242.54º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7771FF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 113 | 255 | - |
| CMYK | 0.53 | 0.56 | 0 | 0 |
| HSL | 242.54º | 1% | 0.72% | - |
| HSV(B) | 242.54º | 0.56% | 1% | - |
| XYZ | 31.56 | 22.95 | 97.37 | - |
| YUV | 130.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 255 | 0.53 | 0.56 | 0 | 0 | 242.54 | 1 | 0.72 |
| Hex | 77 | 71 | FF | 35 | 38 | 0 | 0 | F3 | 64 | 48 |
| Octal | 167 | 161 | 377 | 65 | 70 | 0 | 0 | 363 | 144 | 110 |
| Binary | 1110111 | 1110001 | 11111111 | 110101 | 111000 | 0 | 0 | 11110011 | 1100100 | 1001000 |
Color Harmonies of #7771FF
Complementary color
Monochromatic Colors of #7771FF
Black with #7771FF
Text Example
Text Example
White with #7771FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771FF; }
p { color: rgb(119,113,255); }
H1.HeaderClassName
{
color: #7771FF;
}
.AnyTagClassName
{
color: #7771FF;
}
</style>
background-color css
<style>
a { background-color: #7771FF; }
a { background-color: rgb(119,113,255); }
div.DivClassName
{
background-color: #7771FF;
}
.BgClassName
{
background-color: #7771FF;
}
</style>
border-color css
<style>
span { border-color: #7771FF; }
span { border-color: rgb(119,113,255); }
td.TdClassName
{
border-color: #7771FF;
}
.TagClassName
{
border-color: #7771FF;
}
</style>