Shades of Light Slate Blue #7678FF
Tints of Light Slate Blue #7678FF
RGB
CMYK
RGB Variations
Color information
#7678FF (or 0x7678FF) is known color: Light Slate Blue. HEX triplet: 76, 78 and FF. RGB value is (118,120,255). Sum of RGB (Red+Green+Blue) = 118+120+255=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #7678FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7678FF is #898700. Grayscale: #868686. Windows color (decimal): -9012993 or 16742518. OLE color: 16742518.
HSL color Cylindrical-coordinate representation of color #7678FF: hue angle of 239.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7678FF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 120 | 255 | - |
| CMYK | 0.54 | 0.53 | 0 | 0 |
| HSL | 239.12º | 1% | 0.73% | - |
| HSV(B) | 239.12º | 0.54% | 1% | - |
| XYZ | 32.24 | 24.5 | 97.64 | - |
| YUV | 134.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 255 | 0.54 | 0.53 | 0 | 0 | 239.12 | 1 | 0.73 |
| Hex | 76 | 78 | FF | 36 | 35 | 0 | 0 | EF | 64 | 49 |
| Octal | 166 | 170 | 377 | 66 | 65 | 0 | 0 | 357 | 144 | 111 |
| Binary | 1110110 | 1111000 | 11111111 | 110110 | 110101 | 0 | 0 | 11101111 | 1100100 | 1001001 |
Color Harmonies of #7678FF
Complementary color
Monochromatic Colors of #7678FF
Black with #7678FF
Text Example
Text Example
White with #7678FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678FF; }
p { color: rgb(118,120,255); }
H1.HeaderClassName
{
color: #7678FF;
}
.AnyTagClassName
{
color: #7678FF;
}
</style>
background-color css
<style>
a { background-color: #7678FF; }
a { background-color: rgb(118,120,255); }
div.DivClassName
{
background-color: #7678FF;
}
.BgClassName
{
background-color: #7678FF;
}
</style>
border-color css
<style>
span { border-color: #7678FF; }
span { border-color: rgb(118,120,255); }
td.TdClassName
{
border-color: #7678FF;
}
.TagClassName
{
border-color: #7678FF;
}
</style>