Shades of Light Slate Blue #7770FF
Tints of Light Slate Blue #7770FF
RGB
CMYK
RGB Variations
Color information
#7770FF (or 0x7770FF) is known color: Light Slate Blue. HEX triplet: 77, 70 and FF. RGB value is (119,112,255). Sum of RGB (Red+Green+Blue) = 119+112+255=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #7770FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770FF is #888F00. Grayscale: #818181. Windows color (decimal): -8949505 or 16740471. OLE color: 16740471.
HSL color Cylindrical-coordinate representation of color #7770FF: hue angle of 242.94º 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 #7770FF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 112 | 255 | - |
| CMYK | 0.53 | 0.56 | 0 | 0 |
| HSL | 242.94º | 1% | 0.72% | - |
| HSV(B) | 242.94º | 0.56% | 1% | - |
| XYZ | 31.45 | 22.73 | 97.34 | - |
| YUV | 130.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 255 | 0.53 | 0.56 | 0 | 0 | 242.94 | 1 | 0.72 |
| Hex | 77 | 70 | FF | 35 | 38 | 0 | 0 | F3 | 64 | 48 |
| Octal | 167 | 160 | 377 | 65 | 70 | 0 | 0 | 363 | 144 | 110 |
| Binary | 1110111 | 1110000 | 11111111 | 110101 | 111000 | 0 | 0 | 11110011 | 1100100 | 1001000 |
Color Harmonies of #7770FF
Complementary color
Monochromatic Colors of #7770FF
Black with #7770FF
Text Example
Text Example
White with #7770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770FF; }
p { color: rgb(119,112,255); }
H1.HeaderClassName
{
color: #7770FF;
}
.AnyTagClassName
{
color: #7770FF;
}
</style>
background-color css
<style>
a { background-color: #7770FF; }
a { background-color: rgb(119,112,255); }
div.DivClassName
{
background-color: #7770FF;
}
.BgClassName
{
background-color: #7770FF;
}
</style>
border-color css
<style>
span { border-color: #7770FF; }
span { border-color: rgb(119,112,255); }
td.TdClassName
{
border-color: #7770FF;
}
.TagClassName
{
border-color: #7770FF;
}
</style>