Shades of Light Slate Blue #8B79F0
Tints of Light Slate Blue #8B79F0
RGB
CMYK
RGB Variations
Color information
#8B79F0 (or 0x8B79F0) is known color: Light Slate Blue. HEX triplet: 8B, 79 and F0. RGB value is (139,121,240). Sum of RGB (Red+Green+Blue) = 139+121+240=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B79F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B79F0 is #74860F. Grayscale: #8B8B8B. Windows color (decimal): -7636496 or 15759755. OLE color: 15759755.
HSL color Cylindrical-coordinate representation of color #8B79F0: hue angle of 249.08º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B79F0 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 121 | 240 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.06 |
| HSL | 249.08º | 0.8% | 0.71% | - |
| HSV(B) | 249.08º | 0.5% | 0.94% | - |
| XYZ | 33.21 | 25.45 | 85.6 | - |
| YUV | 139.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 240 | 0.42 | 0.50 | 0 | 0.06 | 249.08 | 0.8 | 0.71 |
| Hex | 8B | 79 | F0 | 2A | 32 | 0 | 6 | F9 | 50 | 47 |
| Octal | 213 | 171 | 360 | 52 | 62 | 0 | 6 | 371 | 120 | 107 |
| Binary | 10001011 | 1111001 | 11110000 | 101010 | 110010 | 0 | 110 | 11111001 | 1010000 | 1000111 |
Color Harmonies of #8B79F0
Complementary color
Monochromatic Colors of #8B79F0
Black with #8B79F0
Text Example
Text Example
White with #8B79F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79F0; }
p { color: rgb(139,121,240); }
H1.HeaderClassName
{
color: #8B79F0;
}
.AnyTagClassName
{
color: #8B79F0;
}
</style>
background-color css
<style>
a { background-color: #8B79F0; }
a { background-color: rgb(139,121,240); }
div.DivClassName
{
background-color: #8B79F0;
}
.BgClassName
{
background-color: #8B79F0;
}
</style>
border-color css
<style>
span { border-color: #8B79F0; }
span { border-color: rgb(139,121,240); }
td.TdClassName
{
border-color: #8B79F0;
}
.TagClassName
{
border-color: #8B79F0;
}
</style>