Shades of Light Slate Blue #7770FA
Tints of Light Slate Blue #7770FA
RGB
CMYK
RGB Variations
Color information
#7770FA (or 0x7770FA) is known color: Light Slate Blue. HEX triplet: 77, 70 and FA. RGB value is (119,112,250). Sum of RGB (Red+Green+Blue) = 119+112+250=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #7770FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770FA is #888F05. Grayscale: #818181. Windows color (decimal): -8949510 or 16412791. OLE color: 16412791.
HSL color Cylindrical-coordinate representation of color #7770FA: hue angle of 243.04º 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 #7770FA is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 112 | 250 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.02 |
| HSL | 243.04º | 0.93% | 0.71% | - |
| HSV(B) | 243.04º | 0.55% | 0.98% | - |
| XYZ | 30.66 | 22.41 | 93.15 | - |
| YUV | 129.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 250 | 0.52 | 0.55 | 0 | 0.02 | 243.04 | 0.93 | 0.71 |
| Hex | 77 | 70 | FA | 34 | 37 | 0 | 2 | F3 | 5D | 47 |
| Octal | 167 | 160 | 372 | 64 | 67 | 0 | 2 | 363 | 135 | 107 |
| Binary | 1110111 | 1110000 | 11111010 | 110100 | 110111 | 0 | 10 | 11110011 | 1011101 | 1000111 |
Color Harmonies of #7770FA
Complementary color
Monochromatic Colors of #7770FA
Black with #7770FA
Text Example
Text Example
White with #7770FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770FA; }
p { color: rgb(119,112,250); }
H1.HeaderClassName
{
color: #7770FA;
}
.AnyTagClassName
{
color: #7770FA;
}
</style>
background-color css
<style>
a { background-color: #7770FA; }
a { background-color: rgb(119,112,250); }
div.DivClassName
{
background-color: #7770FA;
}
.BgClassName
{
background-color: #7770FA;
}
</style>
border-color css
<style>
span { border-color: #7770FA; }
span { border-color: rgb(119,112,250); }
td.TdClassName
{
border-color: #7770FA;
}
.TagClassName
{
border-color: #7770FA;
}
</style>