Shades of Light Slate Blue #7771FA
Tints of Light Slate Blue #7771FA
RGB
CMYK
RGB Variations
Color information
#7771FA (or 0x7771FA) is known color: Light Slate Blue. HEX triplet: 77, 71 and FA. RGB value is (119,113,250). Sum of RGB (Red+Green+Blue) = 119+113+250=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #7771FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771FA is #888E05. Grayscale: #818181. Windows color (decimal): -8949254 or 16413047. OLE color: 16413047.
HSL color Cylindrical-coordinate representation of color #7771FA: hue angle of 242.63º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7771FA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 113 | 250 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.02 |
| HSL | 242.63º | 0.93% | 0.71% | - |
| HSV(B) | 242.63º | 0.55% | 0.98% | - |
| XYZ | 30.77 | 22.63 | 93.19 | - |
| YUV | 130.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 250 | 0.52 | 0.55 | 0 | 0.02 | 242.63 | 0.93 | 0.71 |
| Hex | 77 | 71 | FA | 34 | 37 | 0 | 2 | F3 | 5D | 47 |
| Octal | 167 | 161 | 372 | 64 | 67 | 0 | 2 | 363 | 135 | 107 |
| Binary | 1110111 | 1110001 | 11111010 | 110100 | 110111 | 0 | 10 | 11110011 | 1011101 | 1000111 |
Color Harmonies of #7771FA
Complementary color
Monochromatic Colors of #7771FA
Black with #7771FA
Text Example
Text Example
White with #7771FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771FA; }
p { color: rgb(119,113,250); }
H1.HeaderClassName
{
color: #7771FA;
}
.AnyTagClassName
{
color: #7771FA;
}
</style>
background-color css
<style>
a { background-color: #7771FA; }
a { background-color: rgb(119,113,250); }
div.DivClassName
{
background-color: #7771FA;
}
.BgClassName
{
background-color: #7771FA;
}
</style>
border-color css
<style>
span { border-color: #7771FA; }
span { border-color: rgb(119,113,250); }
td.TdClassName
{
border-color: #7771FA;
}
.TagClassName
{
border-color: #7771FA;
}
</style>