Shades of Medium Slate Blue #806BF2
Tints of Medium Slate Blue #806BF2
RGB
CMYK
RGB Variations
Color information
#806BF2 (or 0x806BF2) is known color: Medium Slate Blue. HEX triplet: 80, 6B and F2. RGB value is (128,107,242). Sum of RGB (Red+Green+Blue) = 128+107+242=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #806BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BF2 is #7F940D. Grayscale: #808080. Windows color (decimal): -8360974 or 15887232. OLE color: 15887232.
HSL color Cylindrical-coordinate representation of color #806BF2: hue angle of 249.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806BF2 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 107 | 242 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.05 |
| HSL | 249.33º | 0.84% | 0.68% | - |
| HSV(B) | 249.33º | 0.56% | 0.95% | - |
| XYZ | 30.19 | 21.52 | 86.57 | - |
| YUV | 128.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 242 | 0.47 | 0.56 | 0 | 0.05 | 249.33 | 0.84 | 0.68 |
| Hex | 80 | 6B | F2 | 2F | 38 | 0 | 5 | F9 | 54 | 44 |
| Octal | 200 | 153 | 362 | 57 | 70 | 0 | 5 | 371 | 124 | 104 |
| Binary | 10000000 | 1101011 | 11110010 | 101111 | 111000 | 0 | 101 | 11111001 | 1010100 | 1000100 |
Color Harmonies of #806BF2
Complementary color
Monochromatic Colors of #806BF2
Black with #806BF2
Text Example
Text Example
White with #806BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BF2; }
p { color: rgb(128,107,242); }
H1.HeaderClassName
{
color: #806BF2;
}
.AnyTagClassName
{
color: #806BF2;
}
</style>
background-color css
<style>
a { background-color: #806BF2; }
a { background-color: rgb(128,107,242); }
div.DivClassName
{
background-color: #806BF2;
}
.BgClassName
{
background-color: #806BF2;
}
</style>
border-color css
<style>
span { border-color: #806BF2; }
span { border-color: rgb(128,107,242); }
td.TdClassName
{
border-color: #806BF2;
}
.TagClassName
{
border-color: #806BF2;
}
</style>