Shades of Light Slate Blue #7770FE
Tints of Light Slate Blue #7770FE
RGB
CMYK
RGB Variations
Color information
#7770FE (or 0x7770FE) is known color: Light Slate Blue. HEX triplet: 77, 70 and FE. RGB value is (119,112,254). Sum of RGB (Red+Green+Blue) = 119+112+254=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #7770FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770FE is #888F01. Grayscale: #818181. Windows color (decimal): -8949506 or 16674935. OLE color: 16674935.
HSL color Cylindrical-coordinate representation of color #7770FE: hue angle of 242.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7770FE is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 112 | 254 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.00 |
| HSL | 242.96º | 0.99% | 0.72% | - |
| HSV(B) | 242.96º | 0.56% | 1% | - |
| XYZ | 31.29 | 22.67 | 96.49 | - |
| YUV | 130.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 254 | 0.53 | 0.56 | 0 | 0.00 | 242.96 | 0.99 | 0.72 |
| Hex | 77 | 70 | FE | 35 | 38 | 0 | 0 | F3 | 63 | 48 |
| Octal | 167 | 160 | 376 | 65 | 70 | 0 | 0 | 363 | 143 | 110 |
| Binary | 1110111 | 1110000 | 11111110 | 110101 | 111000 | 0 | 0 | 11110011 | 1100011 | 1001000 |
Color Harmonies of #7770FE
Complementary color
Monochromatic Colors of #7770FE
Black with #7770FE
Text Example
Text Example
White with #7770FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770FE; }
p { color: rgb(119,112,254); }
H1.HeaderClassName
{
color: #7770FE;
}
.AnyTagClassName
{
color: #7770FE;
}
</style>
background-color css
<style>
a { background-color: #7770FE; }
a { background-color: rgb(119,112,254); }
div.DivClassName
{
background-color: #7770FE;
}
.BgClassName
{
background-color: #7770FE;
}
</style>
border-color css
<style>
span { border-color: #7770FE; }
span { border-color: rgb(119,112,254); }
td.TdClassName
{
border-color: #7770FE;
}
.TagClassName
{
border-color: #7770FE;
}
</style>