Shades of Light Slate Blue #7679F8
Tints of Light Slate Blue #7679F8
RGB
CMYK
RGB Variations
Color information
#7679F8 (or 0x7679F8) is known color: Light Slate Blue. HEX triplet: 76, 79 and F8. RGB value is (118,121,248). Sum of RGB (Red+Green+Blue) = 118+121+248=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #7679F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7679F8 is #898607. Grayscale: #868686. Windows color (decimal): -9012744 or 16284022. OLE color: 16284022.
HSL color Cylindrical-coordinate representation of color #7679F8: hue angle of 238.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7679F8 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 121 | 248 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.03 |
| HSL | 238.62º | 0.9% | 0.72% | - |
| HSV(B) | 238.62º | 0.52% | 0.97% | - |
| XYZ | 31.25 | 24.3 | 91.85 | - |
| YUV | 134.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 248 | 0.52 | 0.51 | 0 | 0.03 | 238.62 | 0.9 | 0.72 |
| Hex | 76 | 79 | F8 | 34 | 33 | 0 | 3 | EF | 5A | 48 |
| Octal | 166 | 171 | 370 | 64 | 63 | 0 | 3 | 357 | 132 | 110 |
| Binary | 1110110 | 1111001 | 11111000 | 110100 | 110011 | 0 | 11 | 11101111 | 1011010 | 1001000 |
Color Harmonies of #7679F8
Complementary color
Monochromatic Colors of #7679F8
Black with #7679F8
Text Example
Text Example
White with #7679F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679F8; }
p { color: rgb(118,121,248); }
H1.HeaderClassName
{
color: #7679F8;
}
.AnyTagClassName
{
color: #7679F8;
}
</style>
background-color css
<style>
a { background-color: #7679F8; }
a { background-color: rgb(118,121,248); }
div.DivClassName
{
background-color: #7679F8;
}
.BgClassName
{
background-color: #7679F8;
}
</style>
border-color css
<style>
span { border-color: #7679F8; }
span { border-color: rgb(118,121,248); }
td.TdClassName
{
border-color: #7679F8;
}
.TagClassName
{
border-color: #7679F8;
}
</style>