Shades of Light Slate Blue #7679FF
Tints of Light Slate Blue #7679FF
RGB
CMYK
RGB Variations
Color information
#7679FF (or 0x7679FF) is known color: Light Slate Blue. HEX triplet: 76, 79 and FF. RGB value is (118,121,255). Sum of RGB (Red+Green+Blue) = 118+121+255=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #7679FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7679FF is #898600. Grayscale: #868686. Windows color (decimal): -9012737 or 16742774. OLE color: 16742774.
HSL color Cylindrical-coordinate representation of color #7679FF: hue angle of 238.69º 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 #7679FF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 121 | 255 | - |
| CMYK | 0.54 | 0.53 | 0 | 0 |
| HSL | 238.69º | 1% | 0.73% | - |
| HSV(B) | 238.69º | 0.54% | 1% | - |
| XYZ | 32.36 | 24.75 | 97.68 | - |
| YUV | 135.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 255 | 0.54 | 0.53 | 0 | 0 | 238.69 | 1 | 0.73 |
| Hex | 76 | 79 | FF | 36 | 35 | 0 | 0 | EF | 64 | 49 |
| Octal | 166 | 171 | 377 | 66 | 65 | 0 | 0 | 357 | 144 | 111 |
| Binary | 1110110 | 1111001 | 11111111 | 110110 | 110101 | 0 | 0 | 11101111 | 1100100 | 1001001 |
Color Harmonies of #7679FF
Complementary color
Monochromatic Colors of #7679FF
Black with #7679FF
Text Example
Text Example
White with #7679FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679FF; }
p { color: rgb(118,121,255); }
H1.HeaderClassName
{
color: #7679FF;
}
.AnyTagClassName
{
color: #7679FF;
}
</style>
background-color css
<style>
a { background-color: #7679FF; }
a { background-color: rgb(118,121,255); }
div.DivClassName
{
background-color: #7679FF;
}
.BgClassName
{
background-color: #7679FF;
}
</style>
border-color css
<style>
span { border-color: #7679FF; }
span { border-color: rgb(118,121,255); }
td.TdClassName
{
border-color: #7679FF;
}
.TagClassName
{
border-color: #7679FF;
}
</style>