Shades of Light Slate Blue #7773F8
Tints of Light Slate Blue #7773F8
RGB
CMYK
RGB Variations
Color information
#7773F8 (or 0x7773F8) is known color: Light Slate Blue. HEX triplet: 77, 73 and F8. RGB value is (119,115,248). Sum of RGB (Red+Green+Blue) = 119+115+248=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #7773F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773F8 is #888C07. Grayscale: #828282. Windows color (decimal): -8948744 or 16282487. OLE color: 16282487.
HSL color Cylindrical-coordinate representation of color #7773F8: hue angle of 241.8º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7773F8 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 115 | 248 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.03 |
| HSL | 241.8º | 0.9% | 0.71% | - |
| HSV(B) | 241.8º | 0.54% | 0.97% | - |
| XYZ | 30.68 | 22.96 | 91.62 | - |
| YUV | 131.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 248 | 0.52 | 0.54 | 0 | 0.03 | 241.8 | 0.9 | 0.71 |
| Hex | 77 | 73 | F8 | 34 | 36 | 0 | 3 | F2 | 5A | 47 |
| Octal | 167 | 163 | 370 | 64 | 66 | 0 | 3 | 362 | 132 | 107 |
| Binary | 1110111 | 1110011 | 11111000 | 110100 | 110110 | 0 | 11 | 11110010 | 1011010 | 1000111 |
Color Harmonies of #7773F8
Complementary color
Monochromatic Colors of #7773F8
Black with #7773F8
Text Example
Text Example
White with #7773F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7773F8; }
p { color: rgb(119,115,248); }
H1.HeaderClassName
{
color: #7773F8;
}
.AnyTagClassName
{
color: #7773F8;
}
</style>
background-color css
<style>
a { background-color: #7773F8; }
a { background-color: rgb(119,115,248); }
div.DivClassName
{
background-color: #7773F8;
}
.BgClassName
{
background-color: #7773F8;
}
</style>
border-color css
<style>
span { border-color: #7773F8; }
span { border-color: rgb(119,115,248); }
td.TdClassName
{
border-color: #7773F8;
}
.TagClassName
{
border-color: #7773F8;
}
</style>