Shades of Light Slate Blue #7768FF
Tints of Light Slate Blue #7768FF
RGB
CMYK
RGB Variations
Color information
#7768FF (or 0x7768FF) is known color: Light Slate Blue. HEX triplet: 77, 68 and FF. RGB value is (119,104,255). Sum of RGB (Red+Green+Blue) = 119+104+255=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7768FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768FF is #889700. Grayscale: #7D7D7D. Windows color (decimal): -8951553 or 16738423. OLE color: 16738423.
HSL color Cylindrical-coordinate representation of color #7768FF: hue angle of 245.96º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7768FF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 104 | 255 | - |
| CMYK | 0.53 | 0.59 | 0 | 0 |
| HSL | 245.96º | 1% | 0.7% | - |
| HSV(B) | 245.96º | 0.59% | 1% | - |
| XYZ | 30.61 | 21.04 | 97.06 | - |
| YUV | 125.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 255 | 0.53 | 0.59 | 0 | 0 | 245.96 | 1 | 0.7 |
| Hex | 77 | 68 | FF | 35 | 3B | 0 | 0 | F6 | 64 | 46 |
| Octal | 167 | 150 | 377 | 65 | 73 | 0 | 0 | 366 | 144 | 106 |
| Binary | 1110111 | 1101000 | 11111111 | 110101 | 111011 | 0 | 0 | 11110110 | 1100100 | 1000110 |
Color Harmonies of #7768FF
Complementary color
Monochromatic Colors of #7768FF
Black with #7768FF
Text Example
Text Example
White with #7768FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768FF; }
p { color: rgb(119,104,255); }
H1.HeaderClassName
{
color: #7768FF;
}
.AnyTagClassName
{
color: #7768FF;
}
</style>
background-color css
<style>
a { background-color: #7768FF; }
a { background-color: rgb(119,104,255); }
div.DivClassName
{
background-color: #7768FF;
}
.BgClassName
{
background-color: #7768FF;
}
</style>
border-color css
<style>
span { border-color: #7768FF; }
span { border-color: rgb(119,104,255); }
td.TdClassName
{
border-color: #7768FF;
}
.TagClassName
{
border-color: #7768FF;
}
</style>